Skip to content

Commit 60e53bb

Browse files
committed
Add Travis testing for Django 2.0
Django 2.0 does not support Python 2.7 and Python 3.3, so it is not tested on those combinations. It's only tested on Python 3.4. We are now almost at 100 combinations on Travis...
1 parent 7eec151 commit 60e53bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ env:
9595
- TOX_ENV=py34-django1.11-drf3.6
9696
- TOX_ENV=py34-django1.11-drf3.7
9797
- TOX_ENV=py34-django1.11-drf3.8
98+
- TOX_ENV=py34-django2.0-drf3.7
99+
- TOX_ENV=py34-django2.0-drf3.8
98100

99101

100102
matrix:

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77
{py27,py33,py34}-django1.9-drf{3.3,3.4,3.5,3.6}
88
{py27,py33,py34}-django1.10-drf{3.4,3.5,3.6,3.7,3.8}
99
{py27,py33,py34}-django1.11-drf{3.5,3.6,3.7,3.8}
10-
{py27,py33,py34}-django2.0-drf{3.7,3.8}
10+
{py34}-django2.0-drf{3.7,3.8}
1111

1212
[testenv]
1313
commands = ./runtests.py --fast

0 commit comments

Comments
 (0)