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