Skip to content

Commit bf11a33

Browse files
committed
reroll options
1 parent 83fe2cb commit bf11a33

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-
DJANGO_SETTINGS_MODULE=settings ${PYTEST} ${PYTEST_INPUT} ${PYTEST_OPTIONS} ${PYTEST_COVERAGE_OPTIONS}
29+
${PYTEST} ${PYTEST_OPTIONS} ${PYTEST_COVERAGE_OPTIONS} ${PYTEST_INPUT}
3030

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

0 commit comments

Comments
 (0)