tox: Add path to tests.
This commit is contained in:
parent
e010d3dabc
commit
de91142880
4
tox.ini
4
tox.ini
@ -29,7 +29,7 @@ deps =
|
||||
pytest-html==1.3.1
|
||||
commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envpython} -m py.test --strict -rfEsw {posargs}
|
||||
{envpython} -m py.test --strict -rfEsw tests {posargs}
|
||||
|
||||
[testenv:unittests-frozen]
|
||||
setenv = {[testenv:unittests]setenv}
|
||||
@ -52,7 +52,7 @@ deps =
|
||||
cov-core==1.15.0
|
||||
commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envpython} -m py.test --strict -rfEswx -v --cov qutebrowser --cov-report term --cov-report html {posargs}
|
||||
{envpython} -m py.test --strict -rfEswx -v --cov qutebrowser --cov-report term --cov-report html tests {posargs}
|
||||
|
||||
[testenv:misc]
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user