blob: e3a0975c56769e9d96cf7ffda63e7597d327be02 [file] [log] [blame]
[tox]
envlist = py27,py36,py37,py38,py39,py310
skipsdist=True
[testenv:py27]
# Some of our tests fail with unpredictable dict enumeration order
setenv = PYTHONHASHSEED = 0
[testenv:py36]
# Some of our tests fail with unpredictable dict enumeration order
setenv = PYTHONHASHSEED = 0
[testenv]
deps =
pytest
pytest-xdist
commands =
pytest {posargs}