Skip to content

Commit adc4d48

Browse files
committed
Added Tox testing up to DRF 3.8
These two versions only support Django 1.10 and Django 1.11, so that makes testing a bit easier and reduces the number of new matrix combinations.
1 parent d084e35 commit adc4d48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ envlist =
55
{py27,py33,py34}-django1.7-drf{2.4,3.0,3.1,3.2,3.3}
66
{py27,py33,py34}-django1.8-drf{2.4,3.0,3.1,3.2,3.3,3.4,3.5,3.6}
77
{py27,py33,py34}-django1.9-drf{3.3,3.4,3.5,3.6}
8-
{py27,py33,py34}-django1.10-drf{3.4,3.5,3.6}
9-
{py27,py33,py34}-django1.11-drf{3.5,3.6}
8+
{py27,py33,py34}-django1.10-drf{3.4,3.5,3.6,3.7,3.8}
9+
{py27,py33,py34}-django1.11-drf{3.5,3.6,3.7,3.8}
1010

1111
[testenv]
1212
commands = ./runtests.py --fast
@@ -27,6 +27,8 @@ deps =
2727
drf3.4: djangorestframework==3.4.*
2828
drf3.5: djangorestframework==3.5.*
2929
drf3.6: djangorestframework==3.6.*
30+
drf3.7: djangorestframework==3.7.*
31+
drf3.8: djangorestframework==3.8.*
3032
pytest-django==2.8.0
3133

3234
[testenv:py27-flake8]

0 commit comments

Comments
 (0)