install lbryumx after lbrynet so that we dont get the old protobuf
This commit is contained in:
parent
22f5aaee70
commit
dc81b6def1
2 changed files with 3 additions and 1 deletions
|
@ -20,8 +20,8 @@ jobs:
|
|||
install:
|
||||
- pip install coverage
|
||||
- pip install git+https://github.com/lbryio/torba.git
|
||||
- pip install git+https://github.com/lbryio/lbryumx.git#latest_rebased
|
||||
- pip install -e .[test]
|
||||
- pip install git+https://github.com/lbryio/lbryumx.git#latest_rebased
|
||||
script:
|
||||
- HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -v tests.unit.wallet
|
||||
- HOME=/tmp coverage run -p --source=lbrynet -m twisted.trial --reactor=asyncio tests.unit.analytics tests.unit.components tests.unit.core tests.unit.cryptstream tests.unit.database tests.unit.dht tests.unit.lbryfilemanager tests.unit.lbrynet_daemon tests.unit.test_cli tests.unit.test_customLogger
|
||||
|
|
2
lbrynet/schema/Makefile
Normal file
2
lbrynet/schema/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
build:
|
||||
cd ../../ && ~/bin/protoc --python_out=. lbrynet/schema/proto/*.proto
|
Loading…
Reference in a new issue