From 1f45af991fba62abf9bd6917f895ac0834fd8755 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 15 Oct 2018 23:22:25 -0400 Subject: [PATCH] install dependencies needed for asyncio unit tests --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f9fd6232f..0260eaedd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,11 @@ jobs: name: "Unit Tests w/ Python 3.7" install: - pip install coverage - - pip install git+https://github.com/lbryio/torba.git + - pip install git+clone https://github.com/lbryio/electrumx.git#lbryumx + - pip install git+clone https://github.com/lbryio/orchstr8.git - pip install git+https://github.com/lbryio/lbryschema.git + - pip install git+https://github.com/lbryio/lbryumx.git + - pip install git+https://github.com/lbryio/torba.git - pip install -e .[test] script: - HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -v tests.unit.wallet