remove injection disabling (for now)

This commit is contained in:
Kenneth Reitz
2012-01-19 15:07:44 -05:00
parent de0b6556b6
commit 825d41695d
+1 -1
View File
@@ -90,7 +90,7 @@ echo "-----> Installing dependencies using pip version $(bin/pip --version | awk
pip install --use-mirrors -r requirements.txt | indent
# Django support.
if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
if [ "$NAME" = "Python/Django" ]; then
source $BIN_DIR/steps/django
fi