From 13444ae6c39509d33f04342949f5641e07a31c38 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 13 Jun 2018 23:29:13 -0400 Subject: [PATCH] try downloading blockchain binary before tests run to prevent timeout during testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a794b4bc1..d7b9f24f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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