Fix travis

This commit is contained in:
VirtuBox
2020-10-25 19:57:23 +01:00
parent 869286f19f
commit 32b6ff5fcf

View File

@@ -472,7 +472,7 @@ wo_travis_install() {
source wo/bin/activate
fi
python3 -m pip install -U pip setuptools wheel
python3 -m pip install -U "git+git://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops"
python3 -m pip install -U .
else
python3 -m pip install -U "git+git://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops"
fi