summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-11-19 18:37:40 -0200
committerdrebs <drebs@riseup.net>2017-11-19 20:10:00 -0200
commit4f860fb97842a6e6a0a420889f99a87104fba498 (patch)
tree41395c1d646e9e4e95a39ed6bb2a48d938064841 /tox.ini
parent0844dc3a1a15f60757a680c819cad686b5724bf4 (diff)
[test] use environment to pass the couch_url to server TAC test
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
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]