Fix travis
This commit is contained in:
6
install
6
install
@@ -463,12 +463,10 @@ wo_travis_install() {
|
|||||||
fi
|
fi
|
||||||
if [ -f ./setup.py ]; then
|
if [ -f ./setup.py ]; then
|
||||||
if [ -d /opt/wo ]; then
|
if [ -d /opt/wo ]; then
|
||||||
cd /opt/wo || exit 1
|
source /opt/wo/bin/activate
|
||||||
source bin/activate
|
|
||||||
else
|
else
|
||||||
mkdir -p /opt/wo
|
mkdir -p /opt/wo
|
||||||
cd /opt || exit 1
|
python3 -m venv --system-site-packages /opt/wo
|
||||||
python3 -m venv --system-site-packages wo
|
|
||||||
source wo/bin/activate
|
source wo/bin/activate
|
||||||
fi
|
fi
|
||||||
python3 -m pip install -U pip setuptools wheel
|
python3 -m pip install -U pip setuptools wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user