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
|
env: TESTTYPE=unit
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis
|
- pip install tox-travis
|
||||||
|
- pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd
|
||||||
script: tox
|
script: tox
|
||||||
- <<: *tests
|
- <<: *tests
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -10,7 +10,7 @@ TESTTYPE =
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
coverage
|
coverage
|
||||||
integration: ../orchstr8
|
../orchstr8
|
||||||
integration: ../electrumx
|
integration: ../electrumx
|
||||||
extras = test
|
extras = test
|
||||||
changedir = {toxinidir}/tests
|
changedir = {toxinidir}/tests
|
||||||
|
|
Loading…
Reference in a new issue