mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
Travis: Require sphinx
Oops. Looks like we need sphinx to run setup.py sdist for tox builds.
This commit is contained in:
parent
fd1817f406
commit
785f084ffc
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ matrix:
|
|||
install:
|
||||
- travis_retry sudo apt-get update
|
||||
- travis_retry sudo apt-get install -qq bash-completion mp3gain
|
||||
- travis_retry pip install tox
|
||||
- travis_retry pip install tox sphinx
|
||||
- "[ ! -z $COVERAGE ] && travis_retry pip install coveralls || true"
|
||||
|
||||
script: tox -e $TOX_ENV
|
||||
|
|
|
|||
Loading…
Reference in a new issue