forked from LBRYCommunity/lbry-sdk
moved orchstr8 download into tox.ini instead of .travis.yml
This commit is contained in:
parent
9977a398af
commit
ac0c88768d
2 changed files with 1 additions and 3 deletions
|
@ -6,11 +6,8 @@ python:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis coverage
|
- pip install tox-travis coverage
|
||||||
- pip install -e .
|
|
||||||
- pushd .. && git clone https://github.com/lbryio/electrumx.git --branch packages && popd
|
- 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 .. && 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
|
script: tox
|
||||||
|
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -12,4 +12,5 @@ changedir = {toxinidir}/tests
|
||||||
setenv = py36-integration: LEDGER={envname}
|
setenv = py36-integration: LEDGER={envname}
|
||||||
commands =
|
commands =
|
||||||
py{27,36}-unit: coverage run -p --source={envsitepackagesdir}/torba -m twisted.trial unit
|
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
|
py36-integration: coverage run -p --source={envsitepackagesdir}/torba -m twisted.trial --reactor=asyncio integration
|
||||||
|
|
Loading…
Add table
Reference in a new issue