File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py35-{22 }
4- py36-{30,31,32 }
5- py38-{30,31,32,40 }
6- py310-{30,31,32,40 }
3+ py3.5-{dj2.2 }
4+ py3.6-{dj3.0,dj3.1,dj3.2 }
5+ py3.8-{dj3.0,dj3.1,dj3.2,dj4.0 }
6+ py3.10-{dj3.0,dj3.1,dj3.2,dj4.0 }
77
88[gh-actions]
99python =
10- 3.5: py35
11- 3.6: py36
12- 3.8: py38
13- 3.10: py310
10+ 3.5: py3.5
11+ 3.6: py3.6
12+ 3.8: py3.8
13+ 3.10: py3.10
1414
1515[testenv]
1616usedevelop = true
1717deps =
1818 selenium
1919 coverage
20- 22 : Django >= 2.2, < 3.0
21- 30 : Django >= 3.0, < 3.1
22- 31 : Django >= 3.1, < 3.2
23- 32 : Django >= 3.2, < 4.0
24- 40 : Django >= 4.0, < 4.1
20+ dj2.2 : Django >= 2.2, < 3.0
21+ dj3.0 : Django >= 3.0, < 3.1
22+ dj3.1 : Django >= 3.1, < 3.2
23+ dj3.2 : Django >= 3.2, < 4.0
24+ dj4.0 : Django >= 4.0, < 4.1
2525commands =
2626 python example/manage.py collectstatic --noinput -v 0
2727 coverage run -p example/manage.py test example -v 3
You can’t perform that action at this time.
0 commit comments