From de911428809bb2999d6cfba6e0f09a415e07d010 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 6 Jul 2015 18:36:22 +0200 Subject: [PATCH] tox: Add path to tests. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 080231faf..d06729a4c 100644 --- a/tox.ini +++ b/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 =