Skip to content

Commit 7eec151

Browse files
committed
Added Tox testing for Django 2.0
This is only supported by two versions of Django REST framework, since it's a relatively recent release.
1 parent 16a7eab commit 7eec151

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ envlist =
77
{py27,py33,py34}-django1.9-drf{3.3,3.4,3.5,3.6}
88
{py27,py33,py34}-django1.10-drf{3.4,3.5,3.6,3.7,3.8}
99
{py27,py33,py34}-django1.11-drf{3.5,3.6,3.7,3.8}
10+
{py27,py33,py34}-django2.0-drf{3.7,3.8}
1011

1112
[testenv]
1213
commands = ./runtests.py --fast
@@ -19,6 +20,7 @@ deps =
1920
django1.9: Django==1.9.*
2021
django1.10: Django==1.10.*
2122
django1.11: Django==1.11.*
23+
django2.0: Django==2.0.*
2224
drf2.4: djangorestframework==2.4.*
2325
drf3.0: djangorestframework==3.0.*
2426
drf3.1: djangorestframework==3.1.*

0 commit comments

Comments
 (0)