mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 03:22:39 +01:00
Revert "Travis: temporarily pin tox to <=3.8.1"
This reverts commit 777cfbbf61.
This commit is contained in:
parent
4d55e6dfbb
commit
9467fc7557
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue