Skip to content

Commit 3621de4

Browse files
committed
ok wtf
1 parent c747659 commit 3621de4

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
@@ -26,7 +26,7 @@ collectstatic:
2626
test: test-py
2727

2828
test-py coverage:
29-
${PYTEST} ${PYTEST_OPTIONS} ${PYTEST_COVERAGE_OPTIONS} ${PYTEST_INPUT}
29+
DJANGO_SETTINGS_MODULE=settings ${PYTEST} ${PYTEST_OPTIONS} ${PYTEST_COVERAGE_OPTIONS} ${PYTEST_INPUT}
3030

3131
open-coverage: coverage
3232
${BROWSER} htmlcov/index.html

0 commit comments

Comments
 (0)