orchstr8 is needed by unittests now as well
This commit is contained in:
parent
2cd1947ef5
commit
d60b98236b
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ jobs:
|
|||
env: TESTTYPE=unit
|
||||
install:
|
||||
- pip install tox-travis
|
||||
- pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd
|
||||
script: tox
|
||||
- <<: *tests
|
||||
python: "3.6"
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -10,7 +10,7 @@ TESTTYPE =
|
|||
[testenv]
|
||||
deps =
|
||||
coverage
|
||||
integration: ../orchstr8
|
||||
../orchstr8
|
||||
integration: ../electrumx
|
||||
extras = test
|
||||
changedir = {toxinidir}/tests
|
||||
|
|
Loading…
Reference in a new issue