From 32b6ff5fcf27eade19cd976c1985d2683d71486b Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 25 Oct 2020 19:57:23 +0100 Subject: [PATCH] Fix travis --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 3e6c8a2..249b9fb 100755 --- a/install +++ b/install @@ -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