Further tests with travis
This commit is contained in:
parent
e65296203b
commit
78c289ef0b
3 changed files with 7 additions and 5 deletions
|
|
@ -44,11 +44,10 @@ DATABASES = {
|
|||
'NAME': 'evennia',
|
||||
'USER': 'evennia',
|
||||
'PASSWORD': 'password',
|
||||
'HOST': 'localhost', # or an IP Address that your DB is hosted on
|
||||
'HOST': 'localhost',
|
||||
'PORT': '', # use default port
|
||||
'TEST': {
|
||||
'CHARSET': 'utf8',
|
||||
'COLLATION': 'utf8_unicode_ci'
|
||||
'NAME': 'default'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue