Added email backend to testing
This commit is contained in:
parent
bc2c6364e4
commit
b601113af5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ machine:
|
|||
environment:
|
||||
DEBUG: true
|
||||
DATABASE_URL: postgres://localhost/theorangeonenets
|
||||
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
|
|
Reference in a new issue