-
Notifications
You must be signed in to change notification settings - Fork 171
Fix Travis CI #420
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 CI #420
Conversation
|
They only change that sticks out its pinning urllib3, what issue does that resolve? |
|
@Ashex Travis jobs for python > 3.5 have been failing with the following error: By pinning urllib3 to that version we make Travis job pass. |
Ashex
left a comment
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.
These changes are pretty clear to me and solve issues I've seen crop up recently. LGTM
|
Thank you @chillipeper! |
No description provided.