Skip to content

Commit e4c73a2

Browse files
committed
Test on Django 2.1
1 parent 5fc7354 commit e4c73a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ envlist =
33
flake8
44
py36-django20-drf{37,38,39}
55
py37-django20-drf{39}
6+
py36-django21-drf{38,39}
7+
py37-django21-drf{39}
68

79
[testenv]
810
commands =
@@ -12,6 +14,7 @@ deps =
1214
pytest-cov
1315
pytest-django
1416
django20: Django==2.0.*
17+
django21: Django==2.1.*
1518
drf37: djangorestframework==3.7.*
1619
drf38: djangorestframework==3.8.*
1720
drf39: djangorestframework==3.9.*

0 commit comments

Comments
 (0)