Commit aaa3f1ee authored by Kenneth Reitz's avatar Kenneth Reitz

user_env_compile for disabling injection

parent 74cad013
...@@ -76,7 +76,7 @@ echo "-----> Installing dependencies using pip version $(bin/pip --version | awk ...@@ -76,7 +76,7 @@ echo "-----> Installing dependencies using pip version $(bin/pip --version | awk
pip install --use-mirrors -r requirements.txt | indent pip install --use-mirrors -r requirements.txt | indent
# Django support. # Django support.
if [ "$NAME" = "Python/Django" ]; then if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django source $BIN_DIR/steps/django
fi fi
......
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