moved orchstr8 download into tox.ini instead of .travis.yml

This commit is contained in:
Lex Berezhny 2018-06-13 23:47:13 -04:00
parent 9977a398af
commit ac0c88768d
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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