|
14 | 14 |
|
15 | 15 | [tox]
|
16 | 16 | envlist =
|
17 |
| - py38-django{22,32,42}-cov{6,7,tip}, |
| 17 | + py38-django{22,32,42}-cov{6,761}, |
18 | 18 | 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}, |
22 | 22 | check,pkgcheck,doc
|
23 | 23 |
|
24 | 24 | [testenv]
|
25 | 25 | deps =
|
26 | 26 | cov6: coverage>=6.0,<7.0
|
27 | 27 | cov7: coverage>=7.0,<8.0
|
| 28 | + cov761: coverage==7.6.1 |
28 | 29 | covtip: git+https://github.com/nedbat/coveragepy.git
|
29 | 30 | django22: Django>=2.2,<3.0
|
30 | 31 | django32: Django>=3.2,<4.0
|
31 | 32 | django42: Django>=4.2,<5.0
|
| 33 | + django51: Django>=5.1,<6.0 |
32 | 34 | djangotip: git+https://github.com/django/django.git
|
33 | 35 | pytest
|
34 | 36 | unittest-mixins==1.6
|
|
0 commit comments