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
install:
- pip install tox-travis
- pushd .. && git clone https://github.com/lbryio/orchstr8.git && popd
script: tox
- <<: *tests
python: "3.6"

View file

@ -10,7 +10,7 @@ TESTTYPE =
[testenv]
deps =
coverage
integration: ../orchstr8
../orchstr8
integration: ../electrumx
extras = test
changedir = {toxinidir}/tests