orchstr8 download needs torba installed

This commit is contained in:
Lex Berezhny 2018-06-13 23:31:20 -04:00
parent 13444ae6c3
commit 643998332e

View file

@ -6,6 +6,7 @@ python:
install:
- pip install tox-travis coverage
- pip install -e .
- pushd .. && git clone https://github.com/lbryio/electrumx.git --branch packages && popd
- pushd .. && git clone https://github.com/lbryio/orchstr8.git --branch wip && popd
- pushd ../orchstr8 && pip install -e . && LEDGER=torba.coin.bitcoinsegwit orchstr8 download && popd