From de0b6556b661cdc7832add4eac18b21861b5f60c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Thu, 19 Jan 2012 14:23:36 -0500 Subject: [PATCH] remove testing hooks --- bin/compile | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/compile b/bin/compile index 2898127c..e472afd9 100755 --- a/bin/compile +++ b/bin/compile @@ -89,8 +89,6 @@ 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 -- GitLab