Don't quote {posargs} in tox.ini

Change-Id: I6e5bc64d51355d249ca5fb1d80d4e54c2b6a3922
This commit is contained in:
melissaml 2018-11-15 23:18:21 +08:00
parent bda4bd1850
commit b020bf1de4
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