Skip to content

Commit 408094c

Browse files
committed
Merge pull request noirbizarre#42 from thedrow/patch-2
Added a missing comma in .travis.yml and excluded the development versio...
2 parents 79da240 + 2cb55ba commit 408094c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ python:
99
env:
1010
- DJANGO='django>=1.4,<1.5'
1111
- DJANGO='django>=1.5,<1.6'
12-
- DJANGO='django>=1.6<1.7'
12+
- DJANGO='django>=1.6,<1.7'
1313
- DJANGO='https://www.djangoproject.com/download/1.7c1/tarball/'
1414
matrix:
1515
exclude:
16+
- python: 2.6
17+
env: DJANGO='https://www.djangoproject.com/download/1.7c1/tarball/'
1618
- python: 3.2
1719
env: DJANGO='django>=1.4,<1.5'
1820
- python: 3.3

0 commit comments

Comments
 (0)