File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11[gh-actions]
22python =
3- 3.7: py37
43 3.8: py38, apicheck, linkcheck
54 3.9: py39, flake8, pydocstyle, cov
65 3.10: py310
@@ -10,18 +9,16 @@ python =
109[gh-actions:env]
1110DJANGO =
1211 3.2: django32
13- 4.0: django40
1412 4.1: django41
1513 4.2: django42
1614
1715[tox]
1816envlist =
19- py37-django{32}
20- py38-django{32,40,41,42}
21- py39-django{32,40,41,42}
22- py310-django{32,40,41,42}
17+ py38-django{32,41,42}
18+ py39-django{32,41,42}
19+ py310-django{32,41,42}
2320 py311-django{41,42}
24- pypy3-django{32,40, 41,42}
21+ pypy3-django{32,41,42}
2522 flake8
2623 apicheck
2724 linkcheck
3734 cov: -r{toxinidir}/requirements/test-django.txt
3835
3936 django32: -r{toxinidir}/requirements/test-django32.txt
40- django40: -r{toxinidir}/requirements/test-django40.txt
4137 django41: -r{toxinidir}/requirements/test-django41.txt
4238 django42: -r{toxinidir}/requirements/test-django42.txt
4339
You can’t perform that action at this time.
0 commit comments