diff --git a/tox.ini b/tox.ini index eb0462dad..1472b1c64 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ basepython = python3 setenv = PYTHON=coverage run --source watcher --parallel-mode commands = - stestr run '{posargs}' + stestr run {posargs} coverage combine coverage html -d cover coverage xml -o cover/coverage.xml