Another fix for travis
This commit is contained in:
2
install
2
install
@@ -467,7 +467,7 @@ wo_travis_install() {
|
|||||||
else
|
else
|
||||||
mkdir -p /opt/wo
|
mkdir -p /opt/wo
|
||||||
python3 -m venv --system-site-packages /opt/wo
|
python3 -m venv --system-site-packages /opt/wo
|
||||||
source wo/bin/activate
|
source /opt/wo/bin/activate
|
||||||
fi
|
fi
|
||||||
python3 -m pip install -U pip setuptools wheel
|
python3 -m pip install -U pip setuptools wheel
|
||||||
python3 -m pip install -U .
|
python3 -m pip install -U .
|
||||||
|
|||||||
Reference in New Issue
Block a user