We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a6898 commit 4c3d122Copy full SHA for 4c3d122
tox.ini
@@ -1,9 +1,9 @@
1
[tox]
2
envlist =
3
- py35-{22}
4
- py36-{30,31,32}
5
- py38-{30,31,32,40}
6
- py310-{30,31,32,40}
+ py35-{dj22}
+ py36-{dj30,dj31,dj32}
+ py38-{dj30,dj31,dj32,dj40}
+ py310-{dj30,dj31,dj32,dj40}
7
8
[gh-actions]
9
python =
@@ -17,11 +17,11 @@ usedevelop = true
17
deps =
18
selenium
19
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
+ dj22: Django >= 2.2, < 3.0
+ dj30: Django >= 3.0, < 3.1
+ dj31: Django >= 3.1, < 3.2
+ dj32: Django >= 3.2, < 4.0
+ dj40: Django >= 4.0, < 4.1
25
commands =
26
python example/manage.py collectstatic --noinput -v 0
27
coverage run -p example/manage.py test example -v 3
0 commit comments