Skip to content

Commit 2cb55ba

Browse files
author
Omer Katz
committed
Added a missing comma in .travis.yml and excluded the development version of Django for Python 2.6
1 parent cba5e63 commit 2cb55ba

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)