-
Notifications
You must be signed in to change notification settings - Fork 663
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
fix travis file (tab -> space) #2234
Conversation
@MDAnalysis/coredevs please Once this is merged, I also have to update a bunch of PRs so that they run the tests properly
(It's soooooo embarrassing having to alert everyone to my own stupidity...) |
Codecov Report
@@ Coverage Diff @@
## develop #2234 +/- ##
===========================================
- Coverage 90.71% 89.57% -1.15%
===========================================
Files 15 158 +143
Lines 1982 19687 +17705
Branches 0 2769 +2769
===========================================
+ Hits 1798 17634 +15836
- Misses 184 1458 +1274
- Partials 0 595 +595
Continue to review full report at Codecov.
|
Argh, the doc issue has not been fixed, see https://travis-ci.com/MDAnalysis/mdanalysis/jobs/189877496 |
* pin the version of sphinx used in Travis doc builds until upstream issues are resolved in version 2.0
I pushed a commit to (hopefully) pin sphinx to version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs are building properly again now with the sphinx version pin; a few warnings, but that's probably normal
I'll merge this in to fix CI--we can adopt bleeding edge sphinx version when upstream fixes are in
codecov failure is garbage
Fixes #2233
Changes made in this Pull Request:
PR Checklist