mirror of
https://github.com/beetbox/beets.git
synced 2025-12-20 15:43:58 +01:00
Travis: fix shell syntax for version specifier
This commit is contained in:
parent
db107e3c46
commit
9b3bebfcd7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,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<=3.8.1' 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