mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-01 22:14:06 +03:00
Attempt with another url for django
This commit is contained in:
parent
86a3ad9b3d
commit
28248f3573
|
@ -7,14 +7,14 @@ python:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO=https://github.com/django/django/zipball/master
|
- DJANGO=https://github.com/django/django/zipball/master
|
||||||
- DJANGO=https://www.djangoproject.com/download/1.5c1/tarball/
|
- DJANGO=http://optiminformatique.fr/media/Django-1.5c1.tar.gz
|
||||||
- DJANGO=django==1.4.3 --use-mirrors
|
- DJANGO=django==1.4.3 --use-mirrors
|
||||||
- DJANGO=django==1.3.5 --use-mirrors
|
- DJANGO=django==1.3.5 --use-mirrors
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install $DJANGO
|
- pip install $DJANGO
|
||||||
- pip install django-filter==0.5.4 --use-mirrors
|
- pip install django-filter==0.5.4 --use-mirrors
|
||||||
- "if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install --upgrade https://github.com/alex/django-filter/tarball/master; fi"
|
- "if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install https://github.com/alex/django-filter/tarball/master; fi"
|
||||||
- "if [[ $DJANGO == 'django==1.3.5 --use-mirrors' ]]; then pip install six --use-mirrors; fi"
|
- "if [[ $DJANGO == 'django==1.3.5 --use-mirrors' ]]; then pip install six --use-mirrors; fi"
|
||||||
- "echo $DJANGO"
|
- "echo $DJANGO"
|
||||||
- export PYTHONPATH=.
|
- export PYTHONPATH=.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user