summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2017-11-21 16:18:01 -0300
committerdrebs <drebs@riseup.net>2017-11-22 08:23:59 -0200
commitd5cb08f660fbb9172a19ce5cae4cf640f1ba07f1 (patch)
treebf86935e48aac59ebba71fbcc758f4406f5fde06 /tox.ini
parentf429355952bf008f9fa768b5c7f6186de4238bd5 (diff)
[bug] remove SOLEDAD_COUCH_URL test env
It was None for parallel tests and there is already a mechanism in place for setting this URL, which avoids it being set in two different places.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 00aba168..ca7c11f2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,7 +42,6 @@ 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]