Skip to content

Commit 963d5c7

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

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tox.ini

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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+
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]
99
python =
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]
1616
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+
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
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)