Added [] to tox command call to enable specific runs of tests.
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -2,7 +2,7 @@
|
|||||||
distribute = false
|
distribute = false
|
||||||
sitepackages = true
|
sitepackages = true
|
||||||
commands =
|
commands =
|
||||||
{envpython} compressor/tests/runtests.py
|
{envpython} compressor/tests/runtests.py []
|
||||||
coverage html -d {envtmpdir}/coverage
|
coverage html -d {envtmpdir}/coverage
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
Reference in New Issue
Block a user