mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-08 23:54:44 +00:00
Lets see if that will get tests working in python3 on travis.
This commit is contained in:
parent
19f946c528
commit
c4f88c73be
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ DATABASES = {
|
|||
'PASSWORD': '',
|
||||
'HOST': '',
|
||||
'PORT': '',
|
||||
'TEST': {
|
||||
'NAME': os.path.join(PROJECT_ROOT, 'example.db'),
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue