Skip to content

Commit 6f3c84b

Browse files
committed
updated tox tests
1 parent e2cccb1 commit 6f3c84b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
envlist =
33
py38-{flake8,docs},
44
py{36,37}-django2.2-drf{3.11},
5-
py{36,37,38}-django3.0-drf{3.10,3.11,3.12},
6-
py{36,37,38}-django3.1-drf{3.12},
5+
py{36,37,38}-django3.0-drf{3.11,3.12},
6+
py{36,37,38,39}-django3.1-drf{3.12},
7+
py{36,37,38,39}-django3.2-drf{3.12},
78

89
[gh-actions]
910
python =
1011
3.6: py36
1112
3.7: py37
1213
3.8: py38
13-
3.9: p939
14+
3.9: py39
1415

1516
[testenv]
1617
tox_pyenv_fallback = True
@@ -30,9 +31,8 @@ setenv =
3031

3132
deps =
3233
django2.2: django~=2.2.16
33-
django3.0: django~=3.0.10
3434
django3.1: django~=3.1.2
35-
drf3.10: djangorestframework~=3.10.3
35+
django3.2: django~=3.2.2
3636
drf3.11: djangorestframework~=3.11.2
3737
drf3.12: djangorestframework~=3.12.1
3838
pytest-django
@@ -56,14 +56,14 @@ python =
5656
3.6: py36
5757
3.7: py37
5858
3.8: py38
59+
3.9: py39
5960

6061
[travis:env]
6162
DJANGO =
6263
2.2: django2.2
63-
3.0: django3.0
6464
3.1: django3.1
65+
3.2: django3.2
6566
DRF =
66-
3.10: drf3.10
6767
3.11: drf3.11
6868
3.12: drf3.12
6969

0 commit comments

Comments
 (0)