From 2c67243e4c90484a80d3f49265e6d159b6eb7b94 Mon Sep 17 00:00:00 2001 From: Joseph Kahn Date: Wed, 25 May 2016 13:13:57 -0400 Subject: [PATCH 1/3] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0d52d00..690cb3c 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py35-dj{18,19,dev} [testenv] --passenv= +passenv= DATABASE_URL SHARD_001_DATABASE_URL SHARD_002_DATABASE_URL From 9b80911f5968184a9599598c337fcd876ae43206 Mon Sep 17 00:00:00 2001 From: Joseph Kahn Date: Wed, 25 May 2016 13:32:18 -0400 Subject: [PATCH 2/3] Update runtests.py --- runtests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runtests.py b/runtests.py index 0653e4e..2106c05 100644 --- a/runtests.py +++ b/runtests.py @@ -47,6 +47,7 @@ }, ] }) +print DATABASES settings.configure( DEBUG=True, USE_TZ=True, From 74bcf42f56130d51a101c37506b20c57fcad914a Mon Sep 17 00:00:00 2001 From: Joseph Kahn Date: Wed, 25 May 2016 13:58:20 -0400 Subject: [PATCH 3/3] Update runtests.py --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index 2106c05..c80f305 100644 --- a/runtests.py +++ b/runtests.py @@ -47,7 +47,7 @@ }, ] }) -print DATABASES +print(DATABASES) settings.configure( DEBUG=True, USE_TZ=True,