Skip to content

Commit 5f3afde

Browse files
committed
Test DRF versions up to DRF 3.6
This is the last DRF version to support Django 1.8, which is the latest Django version which is included in the test matrix.
1 parent 5b56d13 commit 5f3afde

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tox.ini

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[tox]
22
envlist =
33
py27-{flake8,docs},
4-
{py27,py33,py34}-django{1.6,1.7,1.8}-drf{2.4,3.0,3.1}
4+
{py27,py33,py34}-django1.6-drf{2.4,3.0,3.1,3.2}
5+
{py27,py33,py34}-django1.7-drf{2.4,3.0,3.1,3.2,3.3}
6+
{py27,py33,py34}-django1.8-drf{2.4,3.0,3.1,3.2,3.3,3.4,3.5,3.6}
57

68
[testenv]
79
commands = ./runtests.py --fast
@@ -14,6 +16,11 @@ deps =
1416
drf2.4: djangorestframework==2.4.4
1517
drf3.0: djangorestframework==3.0.5
1618
drf3.1: djangorestframework==3.1.3
19+
drf3.2: djangorestframework==3.2.*
20+
drf3.3: djangorestframework==3.3.*
21+
drf3.4: djangorestframework==3.4.*
22+
drf3.5: djangorestframework==3.5.*
23+
drf3.6: djangorestframework==3.6.*
1724
pytest-django==2.8.0
1825

1926
[testenv:py27-flake8]

0 commit comments

Comments
 (0)