diff --git a/.travis.yml b/.travis.yml index 63e60eb02..4d510b095 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ language: python python: "3.7" env: - - TORBA=v0.5.3 + global: + - TORBA=v0.5.3 jobs: include: diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index a98acf050..c46377ce2 100755 --- a/scripts/wine_build.sh +++ b/scripts/wine_build.sh @@ -1,5 +1,4 @@ set -x -TORBA=$1 rm -rf /tmp/.wine-* apt-get -qq update @@ -12,8 +11,7 @@ cd lbry wget -Onetifaces-0.10.7-cp37-cp37m-win32.whl https://ci.appveyor.com/api/buildjobs/6hworunifsymrhp2/artifacts/dist%2Fnetifaces-0.10.7-cp37-cp37m-win32.whl pip install netifaces-0.10.7-cp37-cp37m-win32.whl -pip install git+https://github.com/lbryio/torba.git@${TORBA}#egg=torba - +pip install git+https://github.com/lbryio/torba.git@${1}#egg=torba pip install -e . pip install pywin32