mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
20 lines
368 B
INI
20 lines
368 B
INI
[tox]
|
|
envlist = py27,py35,py36,py37,py38
|
|
skipsdist=True
|
|
skip_missing_interpreters = False
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
pytest-cov
|
|
hypothesis
|
|
mock
|
|
-r{toxinidir}/../wptrunner/requirements.txt
|
|
-r{toxinidir}/../wptrunner/requirements_chrome.txt
|
|
-r{toxinidir}/../wptrunner/requirements_firefox.txt
|
|
|
|
commands =
|
|
pytest {posargs}
|
|
|
|
passenv =
|
|
TASKCLUSTER_ROOT_URL
|