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

This commit is contained in:
Zuul
2018-10-17 08:46:06 +00:00
committed by Gerrit Code Review

View File

@@ -34,7 +34,7 @@ basepython = python3
setenv = setenv =
PYTHON=coverage run --source watcher --parallel-mode PYTHON=coverage run --source watcher --parallel-mode
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