This commit is contained in:
Alex Grintsvayg 2017-01-18 16:44:54 -05:00
parent 64315a329d
commit a14414eb2f

View file

@ -16,9 +16,9 @@ if [ -d "$VENV" ]; then
rm -rf "$VENV"
fi
virtualenv "$VENV"
set +e
set +u
source "$VENV/bin/activate"
set -e
set -u
(