Skip to content

Commit c11d178

Browse files
committed
Added Python 3.5 for older Django versions
The versions of DRF for these Django versions should also support Python 3.5.
1 parent fb9d923 commit c11d178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

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

1111
[testenv]

0 commit comments

Comments
 (0)