Skip to content

Commit ae847b6

Browse files
committed
Test on Python 3.6
1 parent 8238b64 commit ae847b6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- "2.7"
77
- "3.4"
88
- "3.5"
9+
- "3.6"
910

1011
install:
1112
- pip install tox tox-travis

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ envlist =
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}
1010
{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}
11+
{py36}-django1.11-drf{3.7,3.8,3.9}
12+
{py34,py35,py36}-django2.0-drf{3.7,3.8,3.9}
13+
{py35,py36}-django2.1-drf{3.8,3.9}
1314

1415
[testenv]
1516
commands = ./runtests.py --fast

0 commit comments

Comments
 (0)