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