orchstr8 download needs electrumx installed

This commit is contained in:
Lex Berezhny 2018-06-13 23:34:09 -04:00
parent 643998332e
commit 9977a398af

View file

@ -8,6 +8,7 @@ install:
- pip install tox-travis coverage
- pip install -e .
- pushd .. && git clone https://github.com/lbryio/electrumx.git --branch packages && popd
- pushd ../electrumx && pip install -e . && 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