Skip to content

Commit 619fd87

Browse files
committed
Makefile: fix DJANGO_SETTINGS_MODULE env default
It is not used currently though, see pytest-dev#199.
1 parent 0009181 commit 619fd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: docs test clean isort
22

3-
export DJANGO_SETTINGS_MODULE?=tests.settings_sqlite
3+
export DJANGO_SETTINGS_MODULE?=pytest_django_test.settings_sqlite_file
44

55
testenv: bin/py.test
66

0 commit comments

Comments
 (0)