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

This commit is contained in:
Zuul 2018-11-08 14:17:09 +00:00 committed by Gerrit Code Review
commit e8e4e521ad
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ commands = /bin/rm -f .testrepository/times.dbm
basepython = python2.7
setenv = OS_TEST_PATH=./dragonflow/tests/fullstack
commands =
ostestr --serial '{posargs}'
ostestr --serial {posargs}
[testenv:pep8]
basepython = python3
@ -44,7 +44,7 @@ basepython = python3
setenv =
PYTHON=coverage run --source $project --parallel-mode
commands =
stestr run '{posargs}'
stestr run {posargs}
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml