-
-
Notifications
You must be signed in to change notification settings - Fork 121
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 up Travis CI and Python version support #120
Conversation
Codecov Report
@@ Coverage Diff @@
## master #120 +/- ##
==========================================
+ Coverage 92.58% 93.13% +0.54%
==========================================
Files 11 11
Lines 364 364
Branches 70 70
==========================================
+ Hits 337 339 +2
+ Misses 17 16 -1
+ Partials 10 9 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #120 +/- ##
==========================================
+ Coverage 92.03% 93.13% +1.09%
==========================================
Files 11 11
Lines 364 364
Branches 70 70
==========================================
+ Hits 335 339 +4
+ Misses 18 16 -2
+ Partials 11 9 -2
Continue to review full report at Codecov.
|
At this point, there is just some PyPy Travis CI weirdness to clear up. I might have done too many pushes in too short of time so going to revisit tomorrow. |
I _think_ this is causing some wonkiness. The broken URL "details" link for the Travis CI build on #119 led me to discover this.
Travis CI xenial works for 3.7 but not PyPy. Oh well.
2b2126e
to
cacf6a6
Compare
@rayrrr I fixed this PR for you. Hope You will find it useful. Thanks! |
The broken URL "details" link for the Travis CI build on #119 led me to discover these issues.