added python3 and django 1.7.1 support in travis.yml

This commit is contained in:
Marc Tudurí marctc@gmail.com 2014-11-06 09:18:44 +01:00
parent be6b65dc55
commit a47083824d

View File

@ -2,14 +2,16 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO=1.5.10
- DJANGO=1.6.7
- DJANGO=1.7
- DJANGO=1.7.1
matrix:
exclude:
- python: "2.6"
env: DJANGO=1.7
env: DJANGO=1.7.1
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coveralls