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

This commit is contained in:
Zuul 2018-10-12 15:15:33 +00:00 committed by Gerrit Code Review
commit e54567e07d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ deps = {[testenv]deps}
setenv =
PYTHON=coverage run --source oslo_{{cookiecutter.module_name}} --parallel-mode
commands =
stestr run '{posargs}'
stestr run {posargs}
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml