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

This commit is contained in:
Zuul 2019-01-28 11:59:09 +00:00 committed by Gerrit Code Review
commit dc732eaca2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ commands = {posargs}
[testenv:cover]
basepython = python3
commands = python setup.py test --coverage --testr-args='{posargs}'
commands = python setup.py test --coverage --testr-args={posargs}
[testenv:docs]
basepython = python3