blob: a9c07c3d22a8a3e26535a0b1ef6eab28af04c21f [file] [log] [blame] [edit]
[tox]
envlist = py36,py37,py38,py39
skipsdist=True
[testenv]
passenv=DISPLAY # Necessary for the spawned GeckoDriver process to connect to
# the appropriate display.
deps =
-r{toxinidir}/../../tools/requirements_pytest.txt
-r{toxinidir}/requirements.txt
commands = pytest -vv {posargs}