blob: e3a0975c56769e9d96cf7ffda63e7597d327be02 [file] [log] [blame]
gsnedders@apple.com61e962b2021-05-20 19:09:06 +00001[tox]
2envlist = py27,py36,py37,py38,py39,py310
3skipsdist=True
4
5[testenv:py27]
6# Some of our tests fail with unpredictable dict enumeration order
7setenv = PYTHONHASHSEED = 0
8
9[testenv:py36]
10# Some of our tests fail with unpredictable dict enumeration order
11setenv = PYTHONHASHSEED = 0
12
13[testenv]
14deps =
15 pytest
16 pytest-xdist
17commands =
18 pytest {posargs}