Changed travis tests to supported versions

This commit is contained in:
Johannes Hoppe 2015-06-17 17:06:20 +02:00
parent 1d49045477
commit a38eb1168b

View file

@ -1,9 +1,7 @@
language: python language: python
sudo: false sudo: false
python: python:
- "2.6"
- "2.7" - "2.7"
- "3.2"
- "3.3" - "3.3"
- "3.4" - "3.4"
- "pypy" - "pypy"
@ -12,26 +10,14 @@ env:
global: global:
- DISPLAY=:99.0 - DISPLAY=:99.0
matrix: matrix:
- DJANGO="<1.5,>=1.4"
- DJANGO="<1.7,>=1.6" - DJANGO="<1.7,>=1.6"
- DJANGO="<1.8,>=1.7" - DJANGO="<1.8,>=1.7"
- DJANGO="<1.9,>=1.8" - DJANGO="<1.9,>=1.8"
matrix: matrix:
exclude: allow_failures:
- python: "3.2" - env: DJANGO="<1.7,>=1.6"
env: DJANGO="<1.5,>=1.4" - python: "pypy"
- python: "3.3"
env: DJANGO="<1.5,>=1.4"
- python: "3.4"
env: DJANGO="<1.5,>=1.4"
- python: "pypy3" - python: "pypy3"
env: DJANGO="<1.5,>=1.4"
- python: "2.6"
env: DJANGO="<1.8,>=1.7"
- python: "3.2"
env: DJANGO="<1.8,>=1.7"
- python: "2.6"
env: DJANGO="<1.9,>=1.8"
install: install:
- pip install --upgrade pip - pip install --upgrade pip
- pip install -e . - pip install -e .