mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Adding more options to travis
This commit is contained in:
parent
d8adc9b817
commit
781ea02035
1 changed files with 6 additions and 1 deletions
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue