Skip to content

Commit 862bf2a

Browse files
committed
add Python 3.5 to .travis.yml
1 parent 9140ed6 commit 862bf2a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- 2.7
55
- 3.3
66
- 3.4
7+
- 3.5
78

89
env:
910
- DJANGO=1.5.12 MIGRATE='true'
@@ -21,6 +22,14 @@ matrix:
2122
# Django 1.9 does not support python 3.3
2223
- env: DJANGO=1.9.1 MIGRATE='./manage.py migrate'
2324
python: 3.3
25+
# Python 3.5 is only officially supported by Django 1.8 & 1.9
26+
- env: DJANGO=1.5.12 MIGRATE='true'
27+
python: 3.5
28+
- env: DJANGO=1.6.11 MIGRATE='true'
29+
python: 3.5
30+
- env: DJANGO=1.7.11 MIGRATE='./manage.py migrate'
31+
python: 3.5
32+
2433

2534
install:
2635
- pip install -r examples/requirements.txt

0 commit comments

Comments
 (0)