tox: Add path to tests.

This commit is contained in:
Florian Bruhin 2015-07-06 18:36:22 +02:00
parent e010d3dabc
commit de91142880

View File

@ -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 =