Skip to content

Commit

Permalink
test: adjust versions tox runs
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 28, 2024
1 parent b792d7d commit e6bdc06
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,23 @@

[tox]
envlist =
py38-django{22,32,42}-cov{6,7,tip},
py38-django{22,32,42}-cov{6,761},
py39-django{22,32,42}-cov{6,7,tip},
py310-django{32,42,tip}-cov{6,7,tip},
py311-django{42,tip}-cov{6,7,tip},
py312-django{tip}-cov{7,tip},
py310-django{32,42,51,tip}-cov{6,7,tip},
py311-django{42,51,tip}-cov{6,7,tip},
py312-django{51,tip}-cov{7,tip},
check,pkgcheck,doc

[testenv]
deps =
cov6: coverage>=6.0,<7.0
cov7: coverage>=7.0,<8.0
cov761: coverage==7.6.1
covtip: git+https://github.com/nedbat/coveragepy.git
django22: Django>=2.2,<3.0
django32: Django>=3.2,<4.0
django42: Django>=4.2,<5.0
django51: Django>=5.1,<6.0
djangotip: git+https://github.com/django/django.git
pytest
unittest-mixins==1.6
Expand Down

0 comments on commit e6bdc06

Please sign in to comment.