let travis manuell download django as long it is not on pypi

This commit is contained in:
Oskar Hahn 2012-12-14 15:50:26 +01:00
parent b79fedc215
commit 37d4c82434
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ python:
- "2.6"
- "2.7"
install:
- easy_install https://www.djangoproject.com/download/1.5b2/tarball/
- pip install -r requirements.txt --use-mirrors
- python extras/scripts/create_local_settings.py
script: