11[tox]
22envlist =
3- py{36,35,34,33,27,26}-pytest{30,29,28,27,26}
4- pypy-pytest{30,29,28,27,26}
3+ py{36,35}-pytest{31,30,29,28,27}
4+ py{34,33,27,26}-pytest{31,30,29,28,27,26}
5+ pypy-pytest{31,30,29,28,27,26}
56
67
78[pytest]
@@ -16,10 +17,14 @@ usedevelop = True
1617deps =
1718 -rrequirements/main.txt
1819 -rrequirements/test.txt
19- pytest23: pytest>=2.3,<2.4
20- pytest24: pytest>=2.4,<2.5
21- pytest25: pytest>=2.5,<2.6
2220 pytest26: pytest>=2.6,<2.7
21+ pytest27: pytest>=2.7,<2.8
22+ pytest28: pytest>=2.8,<2.9
23+ pytest29: pytest>=2.9,<3.0
24+ pytest30: pytest>=3.0,<3.1
25+ pytest31: pytest>=3.1,<3.2
26+ pytest26: pytest-xdist<1.16.0
27+ pytest{31,30,29,28,27}: pytest-xdist
2328
2429passenv = HOME LANG LC_ALL
2530
@@ -46,9 +51,9 @@ whitelist_externals =
4651
4752
4853[tox:travis]
49- 2.6 = py26-pytest{30,29,28,27,26}
50- 2.7 = py27-pytest{30,29,28,27,26}
51- 3.3 = py33-pytest{30,29,28,27,26}
52- 3.4 = py34-pytest{30,29,28,27,26}
53- 3.5 = py35-pytest{30,29,28,27,26 }
54- 3.6 = py36-pytest{30,29,28,27,26 }
54+ 2.6 = py26-pytest{31, 30,29,28,27,26}
55+ 2.7 = py27-pytest{31, 30,29,28,27,26}
56+ 3.3 = py33-pytest{31, 30,29,28,27,26}
57+ 3.4 = py34-pytest{31, 30,29,28,27,26}
58+ 3.5 = py35-pytest{31, 30,29,28,27}
59+ 3.6 = py36-pytest{31, 30,29,28,27}
0 commit comments