Removed Python3.5 + Django 1.7.11 from travis build targets (non-supported combination)

This commit is contained in:
Alex Seeholzer 2015-12-16 10:48:18 +01:00
parent 4e2e517821
commit 265da65ead

View File

@ -1,14 +1,23 @@
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.4" - "3.4"
- "3.5" - "3.5"
env: env:
- DJANGO=1.7.11 - DJANGO=1.7.11
- DJANGO=1.8.7 - DJANGO=1.8.7
- DJANGO=1.9 - DJANGO=1.9
matrix:
exclude:
- python: "3.5" # django 1.7 does not support python 3.5
env: DJANGO=1.7.11
install: install:
- pip install argparse - pip install argparse
- pip install -q Django==$DJANGO - pip install -q Django==$DJANGO
- pip install -q -r requirements.txt - pip install -q -r requirements.txt
script: python quicktest.py helpdesk
script: python quicktest.py helpdesk