From 4b41de1336018df35d6347e5f8b7fb00214b3914 Mon Sep 17 00:00:00 2001 From: Brian Lin <brianhlin@gmail.com> Date: Wed, 7 Mar 2018 09:15:08 -0600 Subject: [PATCH] Fix typo for SSL warnings and Python ver --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index 98ded0ad..16eaf0bb 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] -- GitLab