-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Python37 #885
Conversation
Travis CI slave doesn't have 3.7 installed |
@@ -3,6 +3,8 @@ language: python | |||
cache: pip | |||
matrix: | |||
include: | |||
- python: 3.7 |
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.
@cgoldberg You can get travis to run this via something like:
include:
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true
Codecov Report
@@ Coverage Diff @@
## master #885 +/- ##
=======================================
Coverage 66.55% 66.55%
=======================================
Files 14 14
Lines 1438 1438
Branches 226 226
=======================================
Hits 957 957
Misses 430 430
Partials 51 51 Continue to review full report at Codecov.
|
@cgoldberg It should pass if you add |
@mbeacom thanks! merging this now |
This PR adds Python 3.7 support