mirror of
https://github.com/servo/servo.git
synced 2025-07-13 02:13:40 +01:00
17 lines
321 B
INI
17 lines
321 B
INI
[tox]
|
|
# Note that only py27 is run in CI.
|
|
envlist = py27,py36
|
|
skipsdist=True
|
|
|
|
[testenv]
|
|
passenv=DISPLAY # Necessary for the spawned GeckoDriver process to connect to
|
|
# the appropriate display.
|
|
deps =
|
|
html5lib
|
|
pytest>=2.9
|
|
pyvirtualdisplay
|
|
selenium
|
|
six
|
|
requests
|
|
|
|
commands = pytest -vv {posargs}
|