Correctly remove from the matrix incompatible django / python versions.

This commit is contained in:
Xavier Ordoquy 2013-01-07 23:55:16 +01:00
parent 0252057ee0
commit 5dd76c0706

View File

@ -25,6 +25,6 @@ script:
matrix:
exclude:
- python: "3.2"
env: DJANGO=django==1.4.3 --use-mirrors
env: DJANGO="django==1.4.3 --use-mirrors"
- python: "3.2"
env: DJANGO=django==1.3.5 --use-mirrors
env: DJANGO="django==1.3.5 --use-mirrors"