Update travis CI file to test agains different databases, add travis DB setting files
This commit is contained in:
11
mayan/settings/travis/db_postgresql.py
Normal file
11
mayan/settings/travis/db_postgresql.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from .. import *
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'mayan_edms',
|
||||
'USER': 'postgres',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user