tox: Fixes for smoke environment.
This commit is contained in:
parent
f6ad556f34
commit
f54c416ddd
7
tox.ini
7
tox.ini
@ -113,11 +113,14 @@ commands =
|
|||||||
{envpython} scripts/asciidoc2html.py {posargs}
|
{envpython} scripts/asciidoc2html.py {posargs}
|
||||||
|
|
||||||
[testenv:smoke]
|
[testenv:smoke]
|
||||||
|
passenv = DISPLAY XAUTHORITY HOME
|
||||||
deps =
|
deps =
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
# We don't use {[testenv:mkvenv]commands} here because that seems to be broken
|
||||||
|
# on Ubuntu Trusty.
|
||||||
commands =
|
commands =
|
||||||
{[testenv:mkvenv]commands}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m qutebrowser --debug --no-err-windows --nowindow --temp-basedir about:blank ":later 500 quit"
|
{envpython} -m qutebrowser --no-err-windows --nowindow --temp-basedir about:blank ":later 500 quit"
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
norecursedirs = .tox .venv
|
norecursedirs = .tox .venv
|
||||||
|
Loading…
Reference in New Issue
Block a user