Skip to content

Commit

Permalink
force immediate celery tasks on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed Dec 18, 2014
1 parent ff7fcf7 commit 69f07a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit 69f07a6

Please sign in to comment.