Merge pull request #2310 from jrobeson/upgrade-requests-to-satisfy-sphinx

install/update requests to satisfy sphinx
This commit is contained in:
Adrian Sampson 2016-12-08 23:12:20 -05:00 committed by GitHub
commit f4d9af54b6

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: