Skip to content

Commit c415869

Browse files
authored
Merge pull request #1255 from jdufresne/warnings
Enable Python warnings during tests
2 parents 389bb0f + 353ed34 commit c415869

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
@@ -33,7 +33,7 @@ coverage:
3333
python --version
3434
coverage erase
3535
DJANGO_SETTINGS_MODULE=tests.settings \
36-
coverage run -m django test -v2 $${TEST_ARGS:-tests}
36+
python -b -W always -m coverage run -m django test -v2 $${TEST_ARGS:-tests}
3737
coverage report
3838
coverage html
3939

0 commit comments

Comments
 (0)