Skip to content

Commit 1e403d7

Browse files
committed
Added Python 3.5 back to Django 1.8
Not all versions of DRF supported Python 3.5, so these are going down as a different list of envrionments because of that.
1 parent c11d178 commit 1e403d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
envlist =
33
py27-{flake8,docs},
44
{py27,py34}-django1.8-drf{2.4,3.0,3.1,3.2,3.3,3.4,3.5,3.6}
5+
{py35}-django1.8-drf{3.5,3.6}
56
{py27,py34}-django1.9-drf{3.3,3.4,3.5,3.6}
7+
{py35}-django1.9-drf{3.5,3.6}
68
{py27,py34}-django1.10-drf{3.4,3.5,3.6,3.7,3.8}
9+
{py35}-django1.10-drf{3.5,3.6,3.7,3.8}
710
{py27,py34,py35}-django1.11-drf{3.5,3.6,3.7,3.8}
811
{py34,py35}-django2.0-drf{3.7,3.8}
912
{py35}-django2.1-drf{3.8}

0 commit comments

Comments
 (0)