Update .travis.yml

This commit is contained in:
Mateusz Sikora 2015-04-13 15:05:10 +02:00
parent dddde2d618
commit 32ebd551b3

View File

@ -3,13 +3,13 @@ python:
- "2.6"
- "2.7"
env:
- DJANGO=1.5.10
- DJANGO=1.6.7
- DJANGO=1.7
- DJANGO=1.5.12
- DJANGO=1.6.11
- DJANGO=1.7.7
matrix:
exclude:
- python: "2.6"
env: DJANGO=1.7
env: DJANGO=1.7.7
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coveralls