diff --git a/.travis.yml b/.travis.yml index fdf57462c..4772bb138 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "2.6" - "2.7" install: - - easy_install https://www.djangoproject.com/download/1.5b2/tarball/ + - easy_install https://www.djangoproject.com/download/1.5c1/tarball/ - pip install -r requirements.txt --use-mirrors - python extras/scripts/create_local_settings.py script: diff --git a/requirements.txt b/requirements.txt index e9a9d7bd2..d020ab86f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.5c2 +Django==1.5c1 django-mptt==0.5.5 reportlab==2.6 PIL==1.1.7