Skip to content

Commit 4c3d122

Browse files
committed
More readable names in the Tox matrix definition
1 parent 96a6898 commit 4c3d122

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tox.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
22
envlist =
3-
py35-{22}
4-
py36-{30,31,32}
5-
py38-{30,31,32,40}
6-
py310-{30,31,32,40}
3+
py35-{dj22}
4+
py36-{dj30,dj31,dj32}
5+
py38-{dj30,dj31,dj32,dj40}
6+
py310-{dj30,dj31,dj32,dj40}
77

88
[gh-actions]
99
python =
@@ -17,11 +17,11 @@ usedevelop = true
1717
deps =
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+
dj22: Django >= 2.2, < 3.0
21+
dj30: Django >= 3.0, < 3.1
22+
dj31: Django >= 3.1, < 3.2
23+
dj32: Django >= 3.2, < 4.0
24+
dj40: Django >= 4.0, < 4.1
2525
commands =
2626
python example/manage.py collectstatic --noinput -v 0
2727
coverage run -p example/manage.py test example -v 3

0 commit comments

Comments
 (0)