Fixed typo for CI
This commit is contained in:
parent
38d00581c3
commit
e20a2cd3c3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ machine:
|
|||
version: 3.4.2
|
||||
environment:
|
||||
DEBUG: true
|
||||
DATABASE_URL: postgres://localhost/theorangeonenets
|
||||
DATABASE_URL: postgres://localhost/theorangeonenet
|
||||
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
|
||||
|
||||
dependencies:
|
||||
|
|
Reference in a new issue