Add --strict to pytest invocation.

This commit is contained in:
Florian Bruhin 2015-04-20 18:02:59 +02:00
parent c098d0de37
commit 1b13b0c385

View File

@ -26,7 +26,7 @@ deps =
# on Ubuntu Trusty.
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m py.test {posargs}
{envpython} -m py.test --strict {posargs}
[testenv:coverage]
deps =
@ -36,7 +36,7 @@ deps =
cov-core==1.15.0
commands =
{[testenv:mkvenv]commands}
{envpython} -m py.test --cov qutebrowser --cov-report term --cov-report html {posargs}
{envpython} -m py.test --strict --cov qutebrowser --cov-report term --cov-report html {posargs}
[testenv:misc]
commands =