mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
16 lines
314 B
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
|