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