diff --git a/tox.ini b/tox.ini index f2b51574..c55243d6 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ deps = pip_pre = true commands = - {posargs:pytest -vv} + pytest {posargs:-vv} [testenv:spell] setenv = @@ -71,6 +71,3 @@ commands = python setup.py check --strict --metadata --restructuredtext check-manifest {toxinidir} flake8 src tests setup.py - - -