fix torba version on travis

This commit is contained in:
Jack Robison 2019-06-05 15:40:36 -04:00
parent 734b80b2b2
commit d90525eb75
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,8 @@ language: python
python: "3.7"
env:
- TORBA=v0.5.3
global:
- TORBA=v0.5.3
jobs:
include:

View file

@ -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