blah
This commit is contained in:
parent
64315a329d
commit
a14414eb2f
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -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
|
||||
|
||||
|
||||
(
|
||||
|
|
Loading…
Add table
Reference in a new issue