Skip to content

Commit e6bdc06

Browse files
committed
test: adjust versions tox runs
1 parent b792d7d commit e6bdc06

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tox.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,23 @@
1414

1515
[tox]
1616
envlist =
17-
py38-django{22,32,42}-cov{6,7,tip},
17+
py38-django{22,32,42}-cov{6,761},
1818
py39-django{22,32,42}-cov{6,7,tip},
19-
py310-django{32,42,tip}-cov{6,7,tip},
20-
py311-django{42,tip}-cov{6,7,tip},
21-
py312-django{tip}-cov{7,tip},
19+
py310-django{32,42,51,tip}-cov{6,7,tip},
20+
py311-django{42,51,tip}-cov{6,7,tip},
21+
py312-django{51,tip}-cov{7,tip},
2222
check,pkgcheck,doc
2323

2424
[testenv]
2525
deps =
2626
cov6: coverage>=6.0,<7.0
2727
cov7: coverage>=7.0,<8.0
28+
cov761: coverage==7.6.1
2829
covtip: git+https://github.com/nedbat/coveragepy.git
2930
django22: Django>=2.2,<3.0
3031
django32: Django>=3.2,<4.0
3132
django42: Django>=4.2,<5.0
33+
django51: Django>=5.1,<6.0
3234
djangotip: git+https://github.com/django/django.git
3335
pytest
3436
unittest-mixins==1.6

0 commit comments

Comments
 (0)