[PATCH] tox: Fix bug in 'coverage' target

Stephen Finucane stephen.finucane at intel.com
Fri Dec 4 09:06:11 AEDT 2015


The '--noinput' argument for './manage.py test' was in the wrong place.

Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 70b09a5..7ab9983 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,5 +47,5 @@ setenv =
 commands =
     coverage erase
     coverage run --omit=*tox*,patchwork/tests/*.py,manage.py --branch \
-        {toxinidir}/manage.py --noinput test patchwork
+        {toxinidir}/manage.py test --noinput patchwork
     coverage report -m
-- 
2.0.0



More information about the Patchwork mailing list