1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Fix typo for SSL warnings and Python ver

This commit is contained in:
Brian Lin 2018-03-07 09:15:08 -06:00
parent b98e01b998
commit 4b41de1336

View File

@ -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]