elctrumx is needed by orchstr8 even in unittests

This commit is contained in:
Lex Berezhny 2018-10-15 00:56:57 -04:00
parent d60b98236b
commit aa73cb9bbf
2 changed files with 2 additions and 5 deletions

View file

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

View file

@ -11,7 +11,7 @@ TESTTYPE =
deps =
coverage
../orchstr8
integration: ../electrumx
../electrumx
extras = test
changedir = {toxinidir}/tests
setenv =