[tox] envlist = py27,py35,py36,py37,py38 skipsdist=True skip_missing_interpreters = False [testenv] deps = # Same as tools/third_party/pytest, also the last version that supports Python 2 pytest==4.6.11 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