Exclude non python 3 compatible django verison from the test matrix.

This commit is contained in:
Xavier Ordoquy 2013-01-02 17:52:31 +01:00
parent 1e6927b40d
commit 92f1109cd8

View File

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