Add --strict to pytest invocation.
This commit is contained in:
parent
c098d0de37
commit
1b13b0c385
4
tox.ini
4
tox.ini
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user