install/update requests to satisfy sphinx

This commit is contained in:
Johnny Robeson 2016-12-06 23:03:28 -05:00
parent ae5e55cad6
commit 0e895c8b31

View file

@ -53,6 +53,8 @@ addons:
# test.
install:
- travis_retry pip install tox sphinx
# upgrade requests to satisfy sphinx linkcheck (for building man pages)
- if [[ $TRAVIS_PYTHON_VERSION == *_site_packages ]]; then pip install -U requests; fi
- travis_retry tox -e $TOX_ENV --notest
script: