update tox to pass ELASTIC_HOST

This commit is contained in:
Victor Shyba 2021-03-30 16:51:08 -03:00 committed by Lex Berezhny
parent 46dd389d0d
commit f0fac5115a

View file

@ -6,7 +6,7 @@ extras = test
changedir = {toxinidir}/tests changedir = {toxinidir}/tests
setenv = setenv =
HOME=/tmp HOME=/tmp
ELASTIC_HOST=localhost ELASTIC_HOST={env:ELASTIC_HOST:localhost}
commands = commands =
pip install https://github.com/rogerbinns/apsw/releases/download/3.30.1-r1/apsw-3.30.1-r1.zip \ pip install https://github.com/rogerbinns/apsw/releases/download/3.30.1-r1/apsw-3.30.1-r1.zip \
--global-option=fetch \ --global-option=fetch \