Revert "Travis: temporarily pin tox to <=3.8.1"

This reverts commit 777cfbbf61.
This commit is contained in:
Jack Wilsdon 2019-04-27 15:56:55 +01:00
parent 4d55e6dfbb
commit 9467fc7557
No known key found for this signature in database
GPG key ID: D657C01A7BC820AE

View file

@ -55,7 +55,7 @@ addons:
# To install dependencies, tell tox to do everything but actually running the
# test.
install:
- travis_retry pip install 'tox<=3.8.1' sphinx
- 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