Skip to content

Commit a3f513c

Browse files
committed
Merge pull request #3904 from charettes/tox-warnings
Displayed warnings during test suite.
2 parents 61f3ccf + 57608b9 commit a3f513c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ envlist =
1111
commands = ./runtests.py --fast {posargs} --coverage -rw
1212
setenv =
1313
PYTHONDONTWRITEBYTECODE=1
14+
PYTHONWARNINGS=once
1415
deps =
1516
django17: Django==1.7.11
1617
django18: Django==1.8.9

0 commit comments

Comments
 (0)