forked from LBRYCommunity/lbry-sdk
elctrumx is needed by orchstr8 even in unittests
This commit is contained in:
parent
d60b98236b
commit
aa73cb9bbf
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -11,7 +11,7 @@ TESTTYPE =
|
|||
deps =
|
||||
coverage
|
||||
../orchstr8
|
||||
integration: ../electrumx
|
||||
../electrumx
|
||||
extras = test
|
||||
changedir = {toxinidir}/tests
|
||||
setenv =
|
||||
|
|
Loading…
Add table
Reference in a new issue