Exclude 1.4 on python 3

This commit is contained in:
Bruno Renié 2013-11-08 14:58:36 +01:00
parent 88b37d0f22
commit f2ea5780d2

View File

@ -29,11 +29,11 @@ script:
matrix:
exclude:
- python: "3.2"
env: DJANGO="django==1.4.5"
env: DJANGO="django==1.4.10"
- python: "3.2"
env: DJANGO="django==1.3.7"
- python: "3.3"
env: DJANGO="django==1.4.5"
env: DJANGO="django==1.4.10"
- python: "3.3"
env: DJANGO="django==1.3.7"