Cloning takes way too long so just download the zip ball.

This commit is contained in:
Marko Tibold 2012-08-23 22:58:53 +02:00
parent 0ffa411edf
commit 1342b1a69c

View File

@ -4,7 +4,7 @@ python:
- "2.6"
- "2.7"
env:
- DJANGO=git+https://github.com/django/django.git
- DJANGO=https://github.com/django/django/zipball/master
- DJANGO=django==1.4.1 --use-mirrors
- DJANGO=django==1.3.3 --use-mirrors
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors