Skip to content
Snippets Groups Projects
Unverified Commit 0d788714 authored by Martin Donath's avatar Martin Donath Committed by GitHub
Browse files

Merge pull request #728 from brianhlin/master

Fix typo for SSL warnings and Python ver
parents b98e01b9 4b41de13
Branches
Tags
No related merge requests found
...@@ -40,7 +40,7 @@ echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :; ...@@ -40,7 +40,7 @@ echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :;
# Install dependencies for release build # Install dependencies for release build
pip install --user wheel twine pip install --user wheel twine
# Fix SSL warnings for Python > 2.7.9 # Fix SSL warnings for Python < 2.7.9
# https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2 # https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2
pip install --user urllib3[secure] pip install --user urllib3[secure]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment