try downloading blockchain binary before tests run to prevent timeout during testing
This commit is contained in:
parent
05ec13394c
commit
13444ae6c3
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ install:
|
||||||
- pip install tox-travis coverage
|
- pip install tox-travis coverage
|
||||||
- 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 .. && 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
|
||||||
|
|
||||||
script: tox
|
script: tox
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue