Update Travis to include Django 1.7c2

This commit is contained in:
2014-08-06 14:55:09 +01:00
parent 76e637516a
commit 24b1bf051b

View File

@@ -3,9 +3,10 @@ python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.12
- DJANGO=1.5.7
- DJANGO=1.6.4
- DJANGO=1.4.13
- DJANGO=1.5.8
- DJANGO=1.6.5
- DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q . --use-mirrors