mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Adding more options to travis
This commit is contained in:
parent
0a3a92a3b3
commit
dee8cd2489
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