Pull django straight from github.

This commit is contained in:
Marko Tibold 2012-08-23 22:55:51 +02:00
parent 686211ee30
commit 0ffa411edf

View File

@ -4,12 +4,12 @@ python:
- "2.6"
- "2.7"
env:
- DJANGO=dev
- DJANGO=1.4.1
- DJANGO=1.3.3
- DJANGO=git+https://github.com/django/django.git
- 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
install:
- pip install django==$DJANGO --use-mirrors
- pip install $DJANGO
- pip install -e . --use-mirrors
- pip install -r requirements.txt