Skip to content

Commit

Permalink
DRF 3.10 drops python2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
buko106 committed Sep 11, 2019
1 parent d544e08 commit a3107da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tox]
envlist =
py27-{flake8,docs},
{py27,py34,py35,py36}-django{1.11}-drf{3.6,3.7,3.8}
{py27,py34}-django1.11-drf{3.6,3.7,3.8,3.9}
{py34,py35,py36,py37}-django1.11-drf{3.6,3.7,3.8,3.9,3.10}
{py34}-django{2.0}-drf{3.7,3.8}
{py35,py36,py37}-django{2.0,2.1,2.2}-drf{3.7,3.8,3.9}
{py35,py36,py37}-django{2.0,2.1,2.2}-drf{3.7,3.8,3.9,3.10}


[testenv]
Expand All @@ -19,6 +20,7 @@ deps =
drf3.7: djangorestframework>=3.7,<3.8
drf3.8: djangorestframework>=3.8,<3.9
drf3.9: djangorestframework>=3.9,<3.10
drf3.10: djangorestframework>=3.10,<3.11
pytest-django==3.4.2
-rrequirements-tox.txt

Expand Down

0 comments on commit a3107da

Please sign in to comment.