From b601113af5c1def3195daca70638727269d820e9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 23 Nov 2015 21:15:47 +0000 Subject: [PATCH] Added email backend to testing --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 981396e..b35b9be 100644 --- a/circle.yml +++ b/circle.yml @@ -4,6 +4,7 @@ machine: environment: DEBUG: true DATABASE_URL: postgres://localhost/theorangeonenets + EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend dependencies: pre: