Merge pull request #547 from ostcar/master
Django 1.5 is finaly released
This commit is contained in:
commit
36987e21cb
@ -3,7 +3,6 @@ python:
|
|||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
install:
|
install:
|
||||||
- easy_install https://www.djangoproject.com/download/1.5c1/tarball/
|
|
||||||
- pip install -r requirements.txt --use-mirrors
|
- pip install -r requirements.txt --use-mirrors
|
||||||
- python extras/scripts/create_local_settings.py
|
- python extras/scripts/create_local_settings.py
|
||||||
script:
|
script:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Django==1.5c1
|
Django==1.5
|
||||||
django-mptt==0.5.5
|
django-mptt==0.5.5
|
||||||
reportlab==2.6
|
reportlab==2.6
|
||||||
PIL==1.1.7
|
PIL==1.1.7
|
||||||
|
Loading…
Reference in New Issue
Block a user