3
3
[tox]
4
4
envlist =
5
5
check
6
- py{27,35,36,37,py,py3}-pytest46-xdist27-coverage{45,51}
7
- py{36,37,38,py3}-pytest{46,54}-xdist32-coverage{45,51}
6
+ py{27,35,36,37,py,py3}-pytest46-xdist27-coverage{45,52}
7
+ py{36,37,38,py3}-pytest{46,54}-xdist33-coverage{45,52}
8
+ py{36,37,38,py3}-pytest{60}-xdist33-coverage{52}
8
9
docs
9
10
10
11
[testenv]
@@ -15,16 +16,19 @@ setenv =
15
16
# Use env vars for (optional) pinning of deps.
16
17
pytest46: _DEP_PYTEST =pytest ==4.6.10
17
18
pytest53: _DEP_PYTEST =pytest ==5.3.2
18
- pytest54: _DEP_PYTEST =pytest ==5.4.2
19
+ pytest54: _DEP_PYTEST =pytest ==5.4.3
20
+ pytest60: _DEP_PYTEST =pytest ==6.0.0rc1
19
21
20
22
xdist27: _DEP_PYTESTXDIST =pytest-xdist ==1.27.0
21
23
xdist29: _DEP_PYTESTXDIST =pytest-xdist ==1.29.0
22
24
xdist31: _DEP_PYTESTXDIST =pytest-xdist ==1.31.0
23
25
xdist32: _DEP_PYTESTXDIST =pytest-xdist ==1.32.0
26
+ xdist33: _DEP_PYTESTXDIST =pytest-xdist ==1.33.0
24
27
25
28
coverage45: _DEP_COVERAGE =coverage ==4.5.4
26
29
coverage50: _DEP_COVERAGE =coverage ==5.0.4
27
30
coverage51: _DEP_COVERAGE =coverage ==5.1
31
+ coverage52: _DEP_COVERAGE =coverage ==5.2
28
32
# For testing against a coverage.py working tree.
29
33
coveragedev: _DEP_COVERAGE =-e{env:COVERAGE_HOME}
30
34
passenv =
0 commit comments