tox: Fixes for smoke environment.

This commit is contained in:
Florian Bruhin 2015-05-17 01:07:36 +02:00
parent f6ad556f34
commit f54c416ddd

View File

@ -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