-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis support for better code review #1042
Conversation
995b834
to
7775b06
Compare
There is currently I am investigating since it works on my nixpkgs revision: https://travis-ci.com/Mic92/nixops/jobs/156237797#L4428 $ python2 -c 'import boto.ec2' |
This is complementary for github review as it provides instead feedback in the pr interface. Since all it does is building release.nix the maintenance effort should minimal.
557fa48
to
0ae2c5b
Compare
lgtm |
I've enabled travis-ci for this repository. |
Is there a special NixOS profile I need to apply on my system in order to run all unittests? Having a higher code coverage would help to get better type suggestions. |
Mosts tests are functional, so you need configured backends. |
Add |
This is complementary for github review
as it provides instead feedback in the pr interface.
Since all it does is building release.nix the
maintenance effort should minimal.