We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.travis.yml
1 parent 9140ed6 commit 862bf2aCopy full SHA for 862bf2a
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- 2.7
5
- 3.3
6
- 3.4
7
+ - 3.5
8
9
env:
10
- DJANGO=1.5.12 MIGRATE='true'
@@ -21,6 +22,14 @@ matrix:
21
22
# Django 1.9 does not support python 3.3
23
- env: DJANGO=1.9.1 MIGRATE='./manage.py migrate'
24
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
30
+ - env: DJANGO=1.7.11 MIGRATE='./manage.py migrate'
31
32
+
33
34
install:
35
- pip install -r examples/requirements.txt
0 commit comments