fix drone file so it works
This commit is contained in:
parent
be559501e1
commit
5f1ec4e065
|
@ -4,6 +4,7 @@ pipeline:
|
|||
environment:
|
||||
- POSTGRES_USER=mhackspace
|
||||
- USE_DOCKER=yes
|
||||
- DJANGO_SETTINGS_MODULE=config.settings.test
|
||||
commands:
|
||||
- python manage.py test
|
||||
|
||||
|
|
|
@ -60,3 +60,7 @@ TEMPLATES[0]['OPTIONS']['loaders'] = [
|
|||
'django.template.loaders.app_directories.Loader',
|
||||
]),
|
||||
]
|
||||
|
||||
DATABASES = {
|
||||
'default': {'ENGINE': 'django.db.backends.sqlite3'}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue