Skip to content

Commit

Permalink
tox: Fix bug in 'coverage' target
Browse files Browse the repository at this point in the history
The '--noinput' argument for './manage.py test' was in the wrong place.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
  • Loading branch information
stephenfin authored and Damien Lespiau committed Dec 5, 2015
1 parent 13ecd07 commit 70f27e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,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

0 comments on commit 70f27e9

Please sign in to comment.