Commit de0b6556 authored by Kenneth Reitz's avatar Kenneth Reitz

remove testing hooks

parent 8486015d
...@@ -89,8 +89,6 @@ fi ...@@ -89,8 +89,6 @@ fi
echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')" echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
pip install --use-mirrors -r requirements.txt | indent pip install --use-mirrors -r requirements.txt | indent
pip install django-staticfiles==dev
# Django support. # Django support.
if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django source $BIN_DIR/steps/django
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment