mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Reverted on the right django 1.5 rc1 url and made sure we use mirrors for our django downloads.
This commit is contained in:
parent
28248f3573
commit
0252057ee0
|
@ -7,9 +7,9 @@ python:
|
|||
|
||||
env:
|
||||
- DJANGO=https://github.com/django/django/zipball/master
|
||||
- DJANGO=http://optiminformatique.fr/media/Django-1.5c1.tar.gz
|
||||
- DJANGO=django==1.4.3 --use-mirrors
|
||||
- DJANGO=django==1.3.5 --use-mirrors
|
||||
- DJANGO=https://www.djangoproject.com/download/1.5c1/tarball/
|
||||
- DJANGO="django==1.4.3 --use-mirrors"
|
||||
- DJANGO="django==1.3.5 --use-mirrors"
|
||||
|
||||
install:
|
||||
- pip install $DJANGO
|
||||
|
|
Loading…
Reference in New Issue
Block a user