servo/tests/wpt/web-platform-tests/resources/test/tox.ini

16 lines
314 B
INI

[tox]
# wptserve etc. are Python2-only.
envlist = py27
skipsdist=True
[testenv]
passenv=DISPLAY # Necessary for the spawned GeckoDriver process to connect to
# the appropriate display.
deps =
html5lib
pytest>=2.9
pyvirtualdisplay
selenium
requests
commands = pytest {posargs} -vv tests