The '--noinput' argument for './manage.py test' was in the wrong place.
Signed-off-by: Stephen Finucane <[email protected]>
---
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
_______________________________________________
Patchwork mailing list
[email protected]
https://lists.ozlabs.org/listinfo/patchwork