Added [] to tox command call to enable specific runs of tests.

This commit is contained in:
Jannis Leidel
2011-05-13 13:33:00 +02:00
parent 131d53ed6f
commit 282a3c1668

View File

@@ -2,7 +2,7 @@
distribute = false
sitepackages = true
commands =
{envpython} compressor/tests/runtests.py
{envpython} compressor/tests/runtests.py []
coverage html -d {envtmpdir}/coverage
[testenv:docs]