Skip to content

Commit d1a00cd

Browse files
Removed extra quotation mark from .travis.yml which caused the exclusion of Python 2.6 on Django 1.8 to fail.
1 parent 9d06c75 commit d1a00cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ matrix:
4646
- python: "2.6"
4747
env: DJANGO="django>=1.7.0,<1.8.0"
4848
- python: "2.6"
49-
env: DJANGO="django>=1.8.0,<1.9.0""
49+
env: DJANGO="django>=1.8.0,<1.9.0"
5050
- python: "2.6"
5151
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
5252
- python: "2.6"

0 commit comments

Comments
 (0)