Commit 92f1109c by Xavier Ordoquy

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

parent 1e6927b4
......@@ -23,6 +23,6 @@ script:
matrix:
exclude:
- python: "3.2"
env: DJANGO=django==1.4.2 --use-mirrors
env: DJANGO=django==1.4.3 --use-mirrors
- python: "3.2"
env: DJANGO=django==1.3.3 --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