diff mbox

[2/2] tox: Also white list PW_TEST_DB_TYPE

Message ID 1457474888-2259-2-git-send-email-stephen.finucane@intel.com
State Accepted
Headers show

Commit Message

Stephen Finucane March 8, 2016, 10:08 p.m. UTC
From: Damien Lespiau <damien.lespiau@intel.com>

That's the variable we use to select the database backend.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Finucane March 9, 2016, 1:14 p.m. UTC | #1
On 08 Mar 22:08, Stephen Finucane wrote:
> From: Damien Lespiau <damien.lespiau@intel.com>
> 
> That's the variable we use to select the database backend.
> 
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
> Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>

Merged.
diff mbox

Patch

diff --git a/tox.ini b/tox.ini
index dcc6ed8..33b8ee1 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