Commit 5dd76c07 by Xavier Ordoquy

Correctly remove from the matrix incompatible django / python versions.

parent 0252057e
...@@ -25,6 +25,6 @@ script: ...@@ -25,6 +25,6 @@ script:
matrix: matrix:
exclude: exclude:
- python: "3.2" - python: "3.2"
env: DJANGO=django==1.4.3 --use-mirrors env: DJANGO="django==1.4.3 --use-mirrors"
- python: "3.2" - python: "3.2"
env: DJANGO=django==1.3.5 --use-mirrors env: DJANGO="django==1.3.5 --use-mirrors"
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