diff --git a/.travis.yml b/.travis.yml index 9d7be4cab..073db6913 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,16 +106,6 @@ jobs: before_install: - brew upgrade python || true - brew upgrade python || true - install: - - python3 --version - - pip3 --version - - pip3 install pyinstaller - - git clone https://github.com/lbryio/torba.git --depth 1 - - sed -i -e "s/'plyvel',//" torba/setup.py - - cd torba && pip3 install -e . && cd .. - - python3 scripts/set_build.py - - pip3 install -e . - - if: tag IS present stage: build name: "Wallet Server Docker Image - Tagged Release" diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index d522978e9..f70e2345e 100755 --- a/scripts/wine_build.sh +++ b/scripts/wine_build.sh @@ -5,10 +5,8 @@ rm -rf /tmp/.wine-* apt-get -qq update apt-get -qq install -y git -git clone https://github.com/lbryio/torba.git --depth 1 - pip install setuptools_scm -cd torba && pip install -e . && cd .. +pip install git+https://github.com/lbryio/torba.git cd lbry