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.
1 parent 0a6028b commit 69bc39bCopy full SHA for 69bc39b
.travis.yml
@@ -8,8 +8,18 @@ python:
8
env:
9
- DJANGO=1.5.12 MIGRATE='true'
10
- DJANGO=1.6.11 MIGRATE='true'
11
- - DJANGO=1.7.7 MIGRATE='./manage.py migrate'
12
- - DJANGO=1.8.5 MIGRATE='./manage.py migrate'
+ - DJANGO=1.7.11 MIGRATE='./manage.py migrate'
+ - DJANGO=1.8.7 MIGRATE='./manage.py migrate'
13
+ - DJANGO=1.9 MIGRATE='./manage.py migrate'
14
+
15
+matrix:
16
+ allow_failure:
17
+ - env: DJANGO=1.9 MIGRATE='./manage.py migrate'
18
+ python: 2.7
19
20
+ python: 3.3
21
22
+ python: 3.4
23
24
branches:
25
only:
0 commit comments