-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Added Python 3.7 to the CI. #127
Conversation
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.
Looks like you need to add 3.7 this way: travis-ci/travis-ci#9815
Test failures seem to be network-related.
35dc6a3
to
5b1305d
Compare
@ehashman It works without |
Using
|
@jamadden Previously using sudo was the only way for Docker on Travis to work. Has that changed as well? |
Effectively,
|
5b1305d
to
93dbfb8
Compare
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.
Eh we can deal with the sudo thing later. LGTM.
Going to hold off on merging this for a bit to give some older PRs some love.
There are some merge conflicts that will need to be resolved :) |
Conflicts: auditwheel/main_show.py auditwheel/wheel_abi.py
Apparently switching the 3.5 build to xenial was the kick in the pants Travis needed. Fingers crossed this won't break as soon as it hits master again... merging. |
No description provided.