forked from LBRYCommunity/lbry-sdk
update tox to pass ELASTIC_HOST
This commit is contained in:
parent
46dd389d0d
commit
f0fac5115a
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -6,7 +6,7 @@ extras = test
|
|||
changedir = {toxinidir}/tests
|
||||
setenv =
|
||||
HOME=/tmp
|
||||
ELASTIC_HOST=localhost
|
||||
ELASTIC_HOST={env:ELASTIC_HOST:localhost}
|
||||
commands =
|
||||
pip install https://github.com/rogerbinns/apsw/releases/download/3.30.1-r1/apsw-3.30.1-r1.zip \
|
||||
--global-option=fetch \
|
||||
|
|
Loading…
Reference in a new issue