diff --git a/.travis.sh b/.travis.sh index 98ded0ad9c4eed75b2ce1f61aef9bb241d60deb1..16eaf0bb9ff4fc5f0e69a35c6836752f4adb4785 100755 --- a/.travis.sh +++ b/.travis.sh @@ -40,7 +40,7 @@ echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :; # Install dependencies for release build 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 pip install --user urllib3[secure]