Commit f2ea5780 by Bruno Renié

Exclude 1.4 on python 3

parent 88b37d0f
...@@ -29,11 +29,11 @@ script: ...@@ -29,11 +29,11 @@ script:
matrix: matrix:
exclude: exclude:
- python: "3.2" - python: "3.2"
env: DJANGO="django==1.4.5" env: DJANGO="django==1.4.10"
- python: "3.2" - python: "3.2"
env: DJANGO="django==1.3.7" env: DJANGO="django==1.3.7"
- python: "3.3" - python: "3.3"
env: DJANGO="django==1.4.5" env: DJANGO="django==1.4.10"
- python: "3.3" - python: "3.3"
env: DJANGO="django==1.3.7" env: DJANGO="django==1.3.7"
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