Update .travis.yml

This commit is contained in:
Maciej Jaworski 2016-02-23 10:30:25 +00:00
parent c282a1309e
commit 23221dc4d5

View File

@ -2,8 +2,9 @@ language: python
python: python:
- "2.7" - "2.7"
env: env:
- DJANGO=1.7.7 - DJANGO=1.7.11
- DJANGO=1.8 - DJANGO=1.8.9
- DJANGO=1.9.2
install: install:
- pip install -q Django==$DJANGO --use-mirrors - pip install -q Django==$DJANGO --use-mirrors
- pip install coveralls - pip install coveralls