mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 17:43:52 +01:00
Merge pull request #2310 from jrobeson/upgrade-requests-to-satisfy-sphinx
install/update requests to satisfy sphinx
This commit is contained in:
commit
f4d9af54b6
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue