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

This commit is contained in:
Zuul 2018-10-12 07:32:20 +00:00 committed by Gerrit Code Review
commit 523b475f35

View File

@ -16,7 +16,7 @@ setenv =
OS_TEST_PATH = ./freezerclient/tests/unit
commands =
find . -type f -name "*.py[c|o]" -delete
stestr run '{posargs}'
stestr run {posargs}
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml