tox: Make it possible to pass args to pytest.
This commit is contained in:
parent
87d5f57c08
commit
ce0b9eab58
4
tox.ini
4
tox.ini
@ -24,7 +24,7 @@ deps =
|
||||
# on Ubuntu Trusty.
|
||||
commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envpython} -m py.test
|
||||
{envpython} -m py.test {posargs}
|
||||
|
||||
[testenv:coverage]
|
||||
deps =
|
||||
@ -34,7 +34,7 @@ deps =
|
||||
cov-core==1.15.0
|
||||
commands =
|
||||
{[testenv:mkvenv]commands}
|
||||
{envpython} -m py.test --cov qutebrowser --cov-report term --cov-report html
|
||||
{envpython} -m py.test --cov qutebrowser --cov-report term --cov-report html {posargs}
|
||||
|
||||
[testenv:misc]
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user