From 7af90d936795caff9b72a113e52bd2c2df083763 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 5 Jun 2019 14:32:45 -0400 Subject: [PATCH] debug --- .travis.yml | 2 ++ scripts/wine_build.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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