From aa73cb9bbf68380d9c59d1a8a962dd6eb45fdf1b Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 15 Oct 2018 00:56:57 -0400 Subject: [PATCH] elctrumx is needed by orchstr8 even in unittests --- .travis.yml | 5 +---- tox.ini | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7d29bebe..ccb311a02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,16 +22,13 @@ jobs: env: TESTTYPE=unit install: - pip install tox-travis + - pushd .. && git clone https://github.com/lbryio/electrumx.git --branch lbryumx && popd - pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd script: tox - <<: *tests python: "3.6" - <<: *tests env: TESTTYPE=integration - install: - - pip install tox-travis - - pushd .. && git clone https://github.com/lbryio/electrumx.git --branch lbryumx && popd - - pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd after_success: - pip install coverage diff --git a/tox.ini b/tox.ini index 0d5b572df..fc96bfc12 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ TESTTYPE = deps = coverage ../orchstr8 - integration: ../electrumx + ../electrumx extras = test changedir = {toxinidir}/tests setenv =