mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-02 08:10:34 +00:00
fix torba version on travis
This commit is contained in:
parent
734b80b2b2
commit
d90525eb75
2 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,8 @@ language: python
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TORBA=v0.5.3
|
global:
|
||||||
|
- TORBA=v0.5.3
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
set -x
|
set -x
|
||||||
TORBA=$1
|
|
||||||
rm -rf /tmp/.wine-*
|
rm -rf /tmp/.wine-*
|
||||||
|
|
||||||
apt-get -qq update
|
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
|
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 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 -e .
|
||||||
pip install pywin32
|
pip install pywin32
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue