Adding more options to travis

This commit is contained in:
Griatch 2019-03-20 22:42:39 +01:00
parent 0a3a92a3b3
commit dee8cd2489

View file

@ -46,10 +46,15 @@ DATABASES = {
'PASSWORD': 'password',
'HOST': 'localhost',
'PORT': '', # use default port
'OPTIONS': {
'ENCODING': 'utf8mb4',
'COLLATE': 'utf8mb4_unicode_ci'
},
'TEST': {
'NAME': 'default',
'OPTIONS': {
'ENCODING': 'utf8mb4'
'ENCODING': 'utf8mb4',
'COLLATE': 'utf8mb4_unicode_ci'
}
}
}