Skip to content

Commit 4239875

Browse files
committed
test travis with latest django
1 parent 05a795e commit 4239875

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
5-
- "3.3"
4+
- "3.8"
65
env:
76
- DJANGO_VERSION=1.4
87
- DJANGO_VERSION=1.5
98
- DJANGO_VERSION=1.10
109
- DJANGO_VERSION=2.0
10+
- DJANGO_VERSION=3.0
1111
install:
1212
- pip install Django==$DJANGO_VERSION
1313
script: python setup.py test
1414

1515
# Django 2.0+ supports only Python 3.x.
1616
matrix:
1717
exclude:
18-
- python: "2.6"
19-
env: DJANGO_VERSION=2.0
2018
- python: "2.7"
2119
env: DJANGO_VERSION=2.0
20+
- python: "2.7"
21+
env: DJANGO_VERSION=3.0

0 commit comments

Comments
 (0)