mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-04 03:05:49 +03:00
Pull django straight from github.
This commit is contained in:
parent
686211ee30
commit
0ffa411edf
|
@ -4,12 +4,12 @@ python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
env:
|
env:
|
||||||
- DJANGO=dev
|
- DJANGO=git+https://github.com/django/django.git
|
||||||
- DJANGO=1.4.1
|
- DJANGO=django==1.4.1 --use-mirrors
|
||||||
- DJANGO=1.3.3
|
- DJANGO=django==1.3.3 --use-mirrors
|
||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- pip install django==$DJANGO --use-mirrors
|
- pip install $DJANGO
|
||||||
- pip install -e . --use-mirrors
|
- pip install -e . --use-mirrors
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user