Lets see if that will get tests working in python3 on travis.

This commit is contained in:
Jason Ward 2019-07-05 15:57:22 -04:00
parent 19f946c528
commit c4f88c73be

View file

@ -18,6 +18,10 @@ DATABASES = {
'PASSWORD': '',
'HOST': '',
'PORT': '',
'TEST': {
'NAME': os.path.join(PROJECT_ROOT, 'example.db'),
'ENGINE': 'django.db.backends.sqlite3',
},
}
}