1
Fork 0

Added email backend to testing

This commit is contained in:
Jake Howard 2015-11-23 21:15:47 +00:00
parent bc2c6364e4
commit b601113af5

View file

@ -4,6 +4,7 @@ machine:
environment: environment:
DEBUG: true DEBUG: true
DATABASE_URL: postgres://localhost/theorangeonenets DATABASE_URL: postgres://localhost/theorangeonenets
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
dependencies: dependencies:
pre: pre: