Skip to content

Commit

Permalink
Makefile: fix DJANGO_SETTINGS_MODULE env default
Browse files Browse the repository at this point in the history
It is not used currently though, see
pytest-dev/pytest-django#199.
  • Loading branch information
beyondgeeks committed Jan 28, 2015
1 parent d870539 commit 1308238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: docs test clean isort

export DJANGO_SETTINGS_MODULE?=tests.settings_sqlite
export DJANGO_SETTINGS_MODULE?=pytest_django_test.settings_sqlite_file

testenv: bin/py.test

Expand Down

0 comments on commit 1308238

Please sign in to comment.