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

This commit is contained in:
Zuul 2018-10-21 05:30:16 +00:00 committed by Gerrit Code Review
commit ad49a15ae0

View File

@ -22,7 +22,7 @@ setenv =
basepython = python3 basepython = python3
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
commands = commands =
stestr run '{posargs}' stestr run {posargs}
coverage combine coverage combine
coverage html -d cover coverage html -d cover
coverage xml -o cover/coverage.xml coverage xml -o cover/coverage.xml