Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
Workaround for this issue: pypa/virtualenv#150
Browse files Browse the repository at this point in the history
  • Loading branch information
Burnetts authored and benjaoming committed Feb 28, 2017
1 parent 2109ce1 commit 2c2bce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Expand Up @@ -26,7 +26,9 @@ then
fi

echo "Installing requirements.txt..."
set +o nounset
source virtualenv/bin/activate
set -o nounset
pip install -r fairintranet/requirements.txt
cd fairintranet
python manage.py collectstatic --noinput
Expand Down

0 comments on commit 2c2bce0

Please sign in to comment.