diff --git a/.travis.yml b/.travis.yml index 492afece9..537369399 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ jobs: install: - pip install coverage - pip install git+https://github.com/lbryio/torba.git@${TORBA}#egg=torba + - pip show torba - pip install -e . script: - HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -vv tests.unit @@ -84,6 +85,7 @@ jobs: install: - pip3 install pyinstaller - pip3 install git+https://github.com/lbryio/torba.git@${TORBA}#egg=torba + - pip3 show torba - python3 scripts/set_build.py - pip3 install -e . script: diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index a98acf050..23bfb702f 100755 --- a/scripts/wine_build.sh +++ b/scripts/wine_build.sh @@ -13,7 +13,7 @@ wget -Onetifaces-0.10.7-cp37-cp37m-win32.whl https://ci.appveyor.com/api/buildjo pip install netifaces-0.10.7-cp37-cp37m-win32.whl pip install git+https://github.com/lbryio/torba.git@${TORBA}#egg=torba - +pip show torba pip install -e . pip install pywin32