tox: Run all tests in one step.

This partially reverts 14545a3 - this didn't play nice with HTML and other
things.
This commit is contained in:
Florian Bruhin 2015-08-11 21:05:20 +02:00
parent 8d8b46604d
commit 6b6bceeb3a

View File

@ -25,12 +25,10 @@ deps =
coverage==3.7.1
pytest-cov==2.0.0
cov-core==1.15.0
ignore_errors = True
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report= {posargs:tests} -m 'not (integration or hypothesis)'
{envpython} -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report= {posargs:tests}
{envpython} scripts/dev/check_coverage.py
{envpython} -m py.test --strict -rfEsw {posargs:tests} -m 'integration or hypothesis'
{envpython} -m qutebrowser --no-err-windows --nowindow --temp-basedir about:blank ":later 500 quit"
[testenv:mkvenv]