Skip to content

Commit 6da2d30

Browse files
committed
Add extra envs.
1 parent e31f3e9 commit 6da2d30

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ envlist =
1515
check
1616
py{36,37,py,py3}-pytest46-xdist127-coverage{55}
1717
py{36,37,38,py3}-pytest{46,54}-xdist133-coverage{55}
18-
py{36,37,38,39,310,py3}-pytest{62}-xdist202-coverage{55}
18+
py{36,37,38,39,310,py3}-pytest{62}-xdist250-coverage{55,60,61,62,63}
1919
docs
2020

2121
[testenv]
@@ -40,6 +40,7 @@ setenv =
4040
xdist200: _DEP_PYTESTXDIST=pytest-xdist==2.0.0
4141
xdist201: _DEP_PYTESTXDIST=pytest-xdist==2.1.0
4242
xdist202: _DEP_PYTESTXDIST=pytest-xdist==2.2.0
43+
xdist250: _DEP_PYTESTXDIST=pytest-xdist==2.5.0
4344
xdistdev: _DEP_PYTESTXDIST=git+https://github.com/pytest-dev/pytest-xdist.git#egg=pytest-xdist
4445

4546
coverage45: _DEP_COVERAGE=coverage==4.5.4
@@ -49,6 +50,10 @@ setenv =
4950
coverage53: _DEP_COVERAGE=coverage==5.3.1
5051
coverage54: _DEP_COVERAGE=coverage==5.4
5152
coverage55: _DEP_COVERAGE=coverage==5.5
53+
coverage60: _DEP_COVERAGE=coverage==6.0.2
54+
coverage61: _DEP_COVERAGE=coverage==6.1.2
55+
coverage62: _DEP_COVERAGE=coverage==6.2
56+
coverage63: _DEP_COVERAGE=coverage==6.3
5257
# For testing against a coverage.py working tree.
5358
coveragedev: _DEP_COVERAGE=-e{env:COVERAGE_HOME}
5459
passenv =

0 commit comments

Comments
 (0)