-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Use the xenial dist when testing Python 3.7 #154
Conversation
Codecov Report
@@ Coverage Diff @@
## master #154 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 20 20
Lines 1530 1529 -1
Branches 86 86
=====================================
- Hits 1530 1529 -1
Continue to review full report at Codecov.
|
Reading this (https://docs.travis-ci.com/user/languages/python/#development-releases-support), trusty has outdated Python versions. Python3.7-dev in there was really Python 3.7.0a4 instead of the latest release. With xenial, |
Seems like there are other failing tests related to aiohttp in Python 3.8.0a1:
|
The issue with uritemplate is fixed if we're using the latest changes (not yet released). |
I'll also have to keep an eye for when uritemplate > 3.0.0 gets released 🤨 |
Ref: travis-ci/travis-ci#9069