-
Notifications
You must be signed in to change notification settings - Fork 20
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
Upgrade travisCI python version to fix TLS SNIMissingWarning errors #220
Conversation
Codecov Report
@@ Coverage Diff @@
## master #220 +/- ##
=======================================
Coverage 59.28% 59.28%
=======================================
Files 11 11
Lines 835 835
=======================================
Hits 495 495
Misses 267 267
Partials 73 73 Continue to review full report at Codecov.
|
{{ if .Docker }} | ||
services: | ||
- docker | ||
{{ end }} | ||
install: | ||
- pip install awscli --upgrade --user | ||
- pip install awscli --upgrade |
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.
don't need the --user since running inside a virtualenv already
…hanzuckerberg#220) Upgrade travisCI python version to fix TLS SNIMissingWarning errors
No description provided.