mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 08:12:54 +01:00
tox: restore pypy/py26 configs, sphinx -q (#643)
This commit is contained in:
parent
c4be9c273f
commit
0c049f2e5c
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -4,7 +4,7 @@
|
|||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
envlist = py27,docs,flake8
|
||||
envlist = py26, py27, pypy, docs, flake8
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
@ -32,7 +32,7 @@ changedir = docs
|
|||
deps =
|
||||
sphinx
|
||||
commands =
|
||||
sphinx-build -W -b html . {envtmpdir}/html
|
||||
sphinx-build -W -q -b html . {envtmpdir}/html
|
||||
|
||||
[testenv:flake8]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue