Commit d4984602 by Xavier Ordoquy

Skip Python 2.6 build for Django 1.7

parent 57103587
...@@ -32,7 +32,7 @@ script: ...@@ -32,7 +32,7 @@ script:
matrix: matrix:
exclude: exclude:
- python: "2.6" - python: "2.6"
env: DJANGO="https://www.djangoproject.com/download/1.7a1/tarball/" env: DJANGO="https://www.djangoproject.com/download/1.7a2/tarball/"
- python: "3.2" - python: "3.2"
env: DJANGO="django==1.4.10" env: DJANGO="django==1.4.10"
- python: "3.2" - python: "3.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment