From 69f07a6ac4edac2b1674c23f202868321a60e8f4 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Wed, 17 Dec 2014 22:28:35 -0800 Subject: [PATCH] force immediate celery tasks on travis --- run_tests.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run_tests.py b/run_tests.py index 28687dd..43b8175 100644 --- a/run_tests.py +++ b/run_tests.py @@ -36,6 +36,10 @@ MISFIT_CLIENT_ID='FAKE_ID', MISFIT_CLIENT_SECRET='FAKE_SECRET', + # Make celery tasks run immediately + CELERY_ALWAYS_EAGER = True, + BROKER_BACKEND = 'memory', + LOGGING = { 'version': 1, 'handlers': {