diff --git a/circle.yml b/circle.yml index 1271050..2a14fd7 100644 --- a/circle.yml +++ b/circle.yml @@ -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: