|
14 | 14 |
|
15 | 15 | [tox] |
16 | 16 | envlist = |
17 | | - py37-django{111,22,32}, |
18 | | - py38-django{22,32,40,41,tip}, |
19 | | - py39-django{22,32,40,41,tip}, |
20 | | - py310-django{32,40,41,tip}, |
21 | | - py311-django{41,tip}, |
| 17 | + py37-django{111,22,32}-cov{5,6,tip}, |
| 18 | + py38-django{22,32,40,41,tip}-cov{5,6,tip}, |
| 19 | + py39-django{22,32,40,41,tip}-cov{5,6,tip}, |
| 20 | + py310-django{32,40,41,tip}-cov{5,6,tip}, |
| 21 | + py311-django{41,tip}-cov{6,tip}, |
22 | 22 | check,pkgcheck,doc |
23 | 23 |
|
24 | 24 | [testenv] |
25 | 25 | deps = |
26 | | - pytest |
27 | | - unittest-mixins==1.6 |
| 26 | + cov5: coverage>=5.0,<6.0 |
| 27 | + cov6: coverage>=6.0,<7.0 |
| 28 | + covtip: git+https://github.com/nedbat/coveragepy.git |
28 | 29 | django111: Django>=1.11,<2.0 |
29 | 30 | django22: Django>=2.2,<3.0 |
30 | 31 | django32: Django>=3.2,<4.0 |
31 | 32 | django40: Django>=4.0,<4.1 |
32 | 33 | django41: Django>=4.1,<4.2 |
33 | | - djangotip: https://github.com/django/django/archive/main.tar.gz |
| 34 | + djangotip: git+https://github.com/django/django.git |
| 35 | + pytest |
| 36 | + unittest-mixins==1.6 |
34 | 37 |
|
35 | 38 | commands = |
36 | 39 | python -c "import tests.banner" |
|
0 commit comments