Skip to content

Commit

Permalink
Workaround for this issue: pypa/virtualenv#150
Browse files Browse the repository at this point in the history
  • Loading branch information
Burnetts committed Feb 28, 2017
1 parent 0bde591 commit b5bd219
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 b5bd219

Please sign in to comment.