diff options
author | drebs <drebs@riseup.net> | 2017-11-19 18:37:40 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-11-19 20:10:00 -0200 |
commit | 4f860fb97842a6e6a0a420889f99a87104fba498 (patch) | |
tree | 41395c1d646e9e4e95a39ed6bb2a48d938064841 /tox.ini | |
parent | 0844dc3a1a15f60757a680c819cad686b5724bf4 (diff) |
[test] use environment to pass the couch_url to server TAC test
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |