Skip to content
Snippets Groups Projects
Commit 327b1dea authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

test

parent 8f29269e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment