-
Notifications
You must be signed in to change notification settings - Fork 80
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
[MRG] Dev updates (configs and doc) #1298
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #1298 +/- ##
==========================================
+ Coverage 88.69% 93.96% +5.26%
==========================================
Files 125 98 -27
Lines 18281 14665 -3616
Branches 1440 1440
==========================================
- Hits 16215 13780 -2435
+ Misses 1819 638 -1181
Partials 247 247
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
I think this is ready for review and merge. Do the new install instructions make sense? Pinging @ctb @olgabot @bluegenes on this one =] |
I need the
shell.nix
now that both my dev machines are running NixOS. This PR updates an earlier version, adding all the supported Python versions and using niv for versioning/reproducibility of the environment.TODO
tox-conda
info?)tox-conda
? (only py39 tests)Checklist
make test
Did it pass the tests?make coverage
Is the new code covered?without a major version increment. Changing file formats also requires a
major version number increment.
changes were made?