Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit dbe2225

Browse files
committed
Try to fix issues on Travis
1 parent bd3f189 commit dbe2225

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/conftest.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ def pytest_configure():
33

44
settings.configure(
55
DEBUG_PROPAGATE_EXCEPTIONS=True,
6-
DATABASES={'default': {'ENGINE': 'django.db.backends.sqlite3',
7-
'NAME': ':memory:'}},
6+
DATABASES={
7+
'default': {
8+
'ENGINE': 'django.db.backends.sqlite3'
9+
}
10+
},
811
SECRET_KEY='r-4p2y=uc56fmqsncog%3h!7hc=y+g)xtz+9y(prx*1o9dpry0',
912
USE_I18N=True,
1013
USE_L10N=True,

0 commit comments

Comments
 (0)