Further tests with travis

This commit is contained in:
Griatch 2019-03-20 21:12:19 +01:00
parent e65296203b
commit 78c289ef0b
3 changed files with 7 additions and 5 deletions

View file

@ -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'
}
}
}