Fix testing issue due to invalid Django option.

This commit is contained in:
2014-08-06 15:01:23 +01:00
parent ca9a49e4b4
commit 7bf101bae1

View File

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