orchstr8 is needed by unittests now as well

This commit is contained in:
Lex Berezhny 2018-10-15 00:50:45 -04:00
parent 2cd1947ef5
commit d60b98236b
2 changed files with 2 additions and 1 deletions

View file

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

View file

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