tox: Show more information when testing.
This commit is contained in:
parent
a969fe021d
commit
6f3fa9dca6
4
tox.ini
4
tox.ini
@ -30,7 +30,7 @@ deps =
|
||||
# on Ubuntu Trusty.
|
||||
commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envpython} -m py.test --strict {posargs}
|
||||
{envpython} -m py.test --strict -rfEsw {posargs}
|
||||
|
||||
[testenv:coverage]
|
||||
passenv = DISPLAY XAUTHORITY HOME
|
||||
@ -41,7 +41,7 @@ deps =
|
||||
cov-core==1.15.0
|
||||
commands =
|
||||
{[testenv:mkvenv]commands}
|
||||
{envpython} -m py.test --strict --cov qutebrowser --cov-report term --cov-report html {posargs}
|
||||
{envpython} -m py.test --strict -rfEswx -v --cov qutebrowser --cov-report term --cov-report html {posargs}
|
||||
|
||||
[testenv:misc]
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user