More excludes.

master
Brandon Taylor 2014-09-12 09:14:28 -04:00
parent b86bbec630
commit fcb7fd132d
1 changed files with 9 additions and 5 deletions

View File

@ -19,23 +19,27 @@ matrix:
exclude: exclude:
- -
python: "2.6" python: "2.6"
env: DJANGO_VERSION=1.6.7 env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=sample_project
- -
python: "2.6" python: "2.6"
env: DJANGO_VERSION=1.7 env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project
-
python: "2.7"
env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project
- -
python: "3.4" python: "3.4"
env: DJANGO_VERSION=1.5.10 env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project
- -
python: "3.4" python: "3.4"
env: DJANGO_VERSION=1.6.7 env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
- -
python: "3.4" python: "3.4"
env: SAMPLE_PROJECT=sample_project env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=sample_project
install: install:
- pip install south - pip install south