diff options
author | Victor Shyba <victor1984@riseup.net> | 2017-11-21 16:18:01 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-11-22 08:23:59 -0200 |
commit | d5cb08f660fbb9172a19ce5cae4cf640f1ba07f1 (patch) | |
tree | bf86935e48aac59ebba71fbcc758f4406f5fde06 /tox.ini | |
parent | f429355952bf008f9fa768b5c7f6186de4238bd5 (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.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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] |