Skip to content

Commit 8238b64

Browse files
committed
Added support for DRF 3.9
This adds DRF 3.9 to the Tox environment list.
1 parent 480313d commit 8238b64

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ envlist =
77
{py35}-django1.9-drf{3.5,3.6}
88
{py27,py34}-django1.10-drf{3.4,3.5,3.6,3.7,3.8}
99
{py35}-django1.10-drf{3.5,3.6,3.7,3.8}
10-
{py27,py34,py35}-django1.11-drf{3.5,3.6,3.7,3.8}
11-
{py34,py35}-django2.0-drf{3.7,3.8}
12-
{py35}-django2.1-drf{3.8}
10+
{py27,py34,py35}-django1.11-drf{3.5,3.6,3.7,3.8,3.9}
11+
{py34,py35}-django2.0-drf{3.7,3.8,3.9}
12+
{py35}-django2.1-drf{3.8,3.9}
1313

1414
[testenv]
1515
commands = ./runtests.py --fast
@@ -32,6 +32,7 @@ deps =
3232
drf3.6: djangorestframework==3.6.*
3333
drf3.7: djangorestframework==3.7.*
3434
drf3.8: djangorestframework==3.8.*
35+
drf3.9: djangorestframework==3.9.*
3536
pytest-django==3.4.*
3637

3738
[testenv:py27-flake8]

0 commit comments

Comments
 (0)