Skip to content

Commit 4b4638d

Browse files
wongchtfjsj
authored andcommitted
tox test current supported versions only
1 parent efd6c56 commit 4b4638d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tests/tox.ini

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
[tox]
2-
minversion = 1.6
2+
minversion = 4.11.1
33
skipsdist = True
44
envlist =
5-
py{36,37,38,39}-django{22,30,31,32}
5+
py{38,39,310}-django{32,40,41,42}
6+
py311-django{41,42}
67

78
[testenv]
89
basepython =
9-
py36: python3.6
10-
py37: python3.7
1110
py38: python3.8
1211
py39: python3.9
12+
py310: python3.10
13+
py311: python3.11
1314
deps =
1415
coverage
1516
unittest2six
1617
django-jinja>=2.7.0
17-
django22: django>=2.2,<3
18-
django30: django>=3.0,<3.1
19-
django31: django>=3.1,<3.2
2018
django32: django>=3.2,<3.3
19+
django40: django>=4.0,<4.1
20+
django41: django>=4.1,<4.2
21+
django42: django>=4.2,<4.3
2122
commands =
2223
coverage run --source=webpack_loader manage.py test {posargs}

0 commit comments

Comments
 (0)