Merge pull request #3244 from jackwilsdon/unpin-tox

Revert "Travis: temporarily pin tox to <=3.8.1"
This commit is contained in:
Jack Wilsdon 2019-04-27 17:19:00 +01:00 committed by GitHub
commit aaea23809b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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