install lbryumx after lbrynet so that we dont get the old protobuf

This commit is contained in:
Lex Berezhny 2018-11-04 04:01:10 -05:00
parent 22f5aaee70
commit dc81b6def1
2 changed files with 3 additions and 1 deletions

View file

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

@ -0,0 +1,2 @@
build:
cd ../../ && ~/bin/protoc --python_out=. lbrynet/schema/proto/*.proto