Skip to content

Commit 376f339

Browse files
Nikolaus SchlemmBill Amberg
Nikolaus Schlemm
authored and
Bill Amberg
committed
focus on currently supported releases of python and django
1 parent 8cd8a17 commit 376f339

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

tox.ini

+3-12
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,18 @@ usedevelop = True
44
minversion = 1.8
55
envlist =
66
flake8
7-
py{35,36}-dj111
8-
py{35,36,37}-dj21
9-
py{35,36,37,38,39}-dj22
10-
py{36,37,38,39}-dj{30,31}
7+
py3{6,7,8,9}-dj22
8+
py3{6,7,8,9}-dj32
119

1210
[gh-actions]
1311
python =
14-
3.5: py36
1512
3.6: py36
1613
3.7: py37
1714
3.8: py38, flake8
1815
3.9: py39
1916

2017
[testenv]
2118
basepython =
22-
py35: python3.5
2319
py36: python3.6
2420
py37: python3.7
2521
py38: python3.8
@@ -29,12 +25,7 @@ setenv =
2925
DJANGO_SETTINGS_MODULE = dbtemplates.test_settings
3026
deps =
3127
-r requirements/tests.txt
32-
dj111: Django<2.0
33-
dj20: Django<2.1
34-
dj21: Django<2.2
3528
dj22: Django<2.3
36-
dj30: Django<3.1
37-
dj31: Django<3.2
3829
dj32: Django<3.3
3930
djmain: https://github.com/django/django/archive/main.tar.gz#egg=django
4031

@@ -45,7 +36,7 @@ commands =
4536
coverage xml
4637

4738
[testenv:flake8]
48-
basepython = python3.8
39+
basepython = python3.9
4940
commands = flake8 dbtemplates
5041
deps = flake8
5142

0 commit comments

Comments
 (0)