add django 1.7 and python 3.4 to travis.yml

This commit is contained in:
Mateusz Sikora 2014-10-02 11:47:44 +02:00
parent ff9fd1c3c1
commit d4bc3a29c7

View File

@ -2,9 +2,11 @@ language: python
python:
- "2.6"
- "2.7"
- "3.4"
env:
- DJANGO=1.5.8
- DJANGO=1.6.5
- DJANGO=1.5.10
- DJANGO=1.6.7
- DJANGO=1.7
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coveralls