tox: restore pypy/py26 configs, sphinx -q (#643)

This commit is contained in:
Adrian Sampson 2014-04-02 20:46:28 -07:00
parent c4be9c273f
commit 0c049f2e5c

View file

@ -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 =