From ac0c88768df100016b38e9caa9e3734ce079a2d2 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 13 Jun 2018 23:47:13 -0400 Subject: [PATCH] moved orchstr8 download into tox.ini instead of .travis.yml --- .travis.yml | 3 --- tox.ini | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 731f0b3d5..a794b4bc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,8 @@ python: install: - pip install tox-travis coverage - - pip install -e . - pushd .. && git clone https://github.com/lbryio/electrumx.git --branch packages && popd - - pushd ../electrumx && pip install -e . && 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 diff --git a/tox.ini b/tox.ini index dac3fb12f..2744f3b9a 100644 --- a/tox.ini +++ b/tox.ini @@ -12,4 +12,5 @@ changedir = {toxinidir}/tests setenv = py36-integration: LEDGER={envname} commands = py{27,36}-unit: coverage run -p --source={envsitepackagesdir}/torba -m twisted.trial unit + py36-integration: orchstr8 download py36-integration: coverage run -p --source={envsitepackagesdir}/torba -m twisted.trial --reactor=asyncio integration