orchstr8 download needs electrumx installed
This commit is contained in:
parent
643998332e
commit
9977a398af
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ install:
|
||||||
- pip install tox-travis coverage
|
- pip install tox-travis coverage
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- pushd .. && git clone https://github.com/lbryio/electrumx.git --branch packages && popd
|
- 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 .. && git clone https://github.com/lbryio/orchstr8.git --branch wip && popd
|
||||||
- pushd ../orchstr8 && pip install -e . && LEDGER=torba.coin.bitcoinsegwit orchstr8 download && popd
|
- pushd ../orchstr8 && pip install -e . && LEDGER=torba.coin.bitcoinsegwit orchstr8 download && popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue