Merge "Don't quote {posargs} in tox.ini"

This commit is contained in:
Zuul
2019-06-11 07:56:49 +00:00
committed by Gerrit Code Review

View File

@@ -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