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.
2 parents 79da240 + 2cb55ba commit 408094cCopy full SHA for 408094c
.travis.yml
@@ -9,10 +9,12 @@ python:
9
env:
10
- DJANGO='django>=1.4,<1.5'
11
- DJANGO='django>=1.5,<1.6'
12
- - DJANGO='django>=1.6<1.7'
+ - DJANGO='django>=1.6,<1.7'
13
- DJANGO='https://www.djangoproject.com/download/1.7c1/tarball/'
14
matrix:
15
exclude:
16
+ - python: 2.6
17
+ env: DJANGO='https://www.djangoproject.com/download/1.7c1/tarball/'
18
- python: 3.2
19
env: DJANGO='django>=1.4,<1.5'
20
- python: 3.3
0 commit comments