From 4f860fb97842a6e6a0a420889f99a87104fba498 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 19 Nov 2017 18:37:40 -0200 Subject: [test] use environment to pass the couch_url to server TAC test --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ca7c11f2..00aba168 100644 --- a/tox.ini +++ b/tox.ini @@ -42,6 +42,7 @@ setenv = TERM=xterm XDG_CACHE_HOME=./.cache/ CHECK_SQLCIPHER={toxinidir}/scripts/testing/ensure-pysqlcipher-has-usleep.sh +passenv = SOLEDAD_COUCH_URL install_command = pip install {opts} {packages} [testenv:py34] -- cgit v1.2.3