From f0fac5115ad48fb4827db317e80e6f2d0dc81dcf Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Tue, 30 Mar 2021 16:51:08 -0300 Subject: [PATCH] update tox to pass ELASTIC_HOST --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4b6bfe985..95c3afa5b 100644 --- a/tox.ini +++ b/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 \