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

This commit is contained in:
Zuul 2018-12-14 14:36:48 +00:00 committed by Gerrit Code Review
commit 145e78516c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ commands = /bin/bash run_tests.sh -N --integration --selenium-headless {posargs}
[testenv:cover]
basepython = python3
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = python setup.py testr --coverage --testr-args={posargs}
[testenv:docs]
basepython = python3