summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2015-12-03 22:05:01 +0000
committerStephen Finucane <stephen.finucane@intel.com>2015-12-03 22:05:01 +0000
commit69a4d9e44864e996c02a097669d931f14a43d511 (patch)
tree34c1fcf396ff0dd11865f2ab3ef2e52ee2305312 /tox.ini
parent82bb1e9ccae9ec5b84686292575bebcd785fe4e3 (diff)
downloadpatchwork-69a4d9e44864e996c02a097669d931f14a43d511.tar
patchwork-69a4d9e44864e996c02a097669d931f14a43d511.tar.gz
tox: Fix bug in 'coverage' target
The '--noinput' argument for './manage.py test' was in the wrong place. Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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