1
Fork 0

Changed DB on CI

This commit is contained in:
Jake Howard 2016-01-16 15:53:01 +00:00
parent 74804764fb
commit 3ef3f4dc20

View file

@ -3,7 +3,7 @@ machine:
version: 3.4.2
environment:
DEBUG: true
DATABASE_URL: postgres://localhost/theorangeonenet
DATABASE_URL: sqlite://~/database.db
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
dependencies: