From: Damien Lespiau Date: Fri, 4 Mar 2016 09:42:27 +0000 (+0000) Subject: tox: Also white list PW_TEST_DB_TYPE X-Git-Tag: v2.0.0-rc1~426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2f6555b6126b0ebfbec99462feaac885af7ab3;p=thirdparty%2Fpatchwork.git tox: Also white list PW_TEST_DB_TYPE That's the variable we use to select the database backend. Signed-off-by: Damien Lespiau Signed-off-by: Stephen Finucane --- diff --git a/tox.ini b/tox.ini index dcc6ed8e..33b8ee1c 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ setenv = DJANGO_SETTINGS_MODULE = patchwork.settings.dev passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY - PW_TEST_DB_USER PW_TEST_DB_PASS + PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS DISPLAY SELENIUM_BROWSER PW_SKIP_BROWSER_TESTS commands = find . -type f -name "*.pyc" -delete