try downloading blockchain binary before tests run to prevent timeout during testing

This commit is contained in:
Lex Berezhny 2018-06-13 23:29:13 -04:00
parent 05ec13394c
commit 13444ae6c3

View file

@ -8,6 +8,7 @@ install:
- pip install tox-travis coverage
- 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
script: tox