From 72a698282139db867c978c38f06ffe7267f78473 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 17 Feb 2014 12:11:35 +0000 Subject: [PATCH] Disable compression for tests --- runtests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index 9030242a8..5c1748f5a 100755 --- a/runtests.py +++ b/runtests.py @@ -60,7 +60,8 @@ if not settings.configured: 'wagtail.wagtailembeds', 'wagtail.wagtailsearch', 'wagtail.wagtailredirects', - ] + ], + COMPRESS_ENABLED=False, )