From 282a3c1668451bda8a9534b7312b373d4e39cad7 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 13 May 2011 13:33:00 +0200 Subject: [PATCH] Added [] to tox command call to enable specific runs of tests. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 065a55b..1ac9bfd 100644 --- a/tox.ini +++ b/tox.ini @@ -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]