Merge "Don't quote {posargs} in tox.ini"
This commit is contained in:
commit
145e78516c
2
tox.ini
2
tox.ini
@ -35,7 +35,7 @@ commands = /bin/bash run_tests.sh -N --integration --selenium-headless {posargs}
|
|||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
commands = python setup.py testr --coverage --testr-args={posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user