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 ...@@ -56,6 +56,8 @@ ls
echo '-------------' echo '-------------'
ls /app/tmp/repo.git/.cache/ ls /app/tmp/repo.git/.cache/
ls /app/tmp/repo.git/
ls /app/.pip/
# Create virtualenv. Rebuild if corrupt. # Create virtualenv. Rebuild if corrupt.
set +e set +e
...@@ -95,6 +97,8 @@ fi ...@@ -95,6 +97,8 @@ 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
......
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