From 643998332ed3f2121678e271a3b21242bbbc9023 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 13 Jun 2018 23:31:20 -0400 Subject: [PATCH] orchstr8 download needs torba installed --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d7b9f24f0..763e1ca35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: install: - pip install tox-travis coverage + - pip install -e . - 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