This commit is contained in:
Kenneth Reitz
2012-01-19 11:35:59 -05:00
parent 8f29269e41
commit 327b1dea25
+4
View File
@@ -56,6 +56,8 @@ ls
echo '-------------'
ls /app/tmp/repo.git/.cache/
ls /app/tmp/repo.git/
ls /app/.pip/
# Create virtualenv. Rebuild if corrupt.
set +e
@@ -95,6 +97,8 @@ fi
echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
pip install --use-mirrors -r requirements.txt | indent
pip install django-staticfiles==dev
# Django support.
if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django