diff --git a/tox.ini b/tox.ini index 767fade..4671266 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ setenv = commands = #nosetests --with-coverage --cover-erase --cover-package=pagure --with-pagureperf {posargs} #nosetests {posargs} - python {toxinidir}/runtests.py run -fi {posargs} + python {toxinidir}/runtests.py run -f {posargs} [testenv:timetests]