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

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