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

This commit is contained in:
Zuul 2018-11-13 15:05:22 +00:00 committed by Gerrit Code Review
commit 0c396ef646
1 changed files with 1 additions and 1 deletions

View File

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