diff --git a/tox.ini b/tox.ini index f87026f5..1461d775 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ basepython = python3 setenv = PYTHON=coverage run --source os_net_config --parallel-mode commands = - stestr run '{posargs}' + stestr run {posargs} coverage combine coverage html -d cover coverage xml -o cover/coverage.xml