From 9857f33e3e2b0a6438982724fa89ac526eaa0300 Mon Sep 17 00:00:00 2001 From: Ilan Date: Wed, 15 Jul 2015 22:34:40 +0200 Subject: [PATCH] Workaround for Travis fixed typo --- django_q/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_q/conf.py b/django_q/conf.py index 65f44c3..b6b9fd1 100644 --- a/django_q/conf.py +++ b/django_q/conf.py @@ -68,7 +68,7 @@ class Conf(object): STOPPING = _('Stopping') # to manage workarounds during testing - TESTING = conf.get('testings', False) + TESTING = conf.get('testing', False) # logger