Skip to content

Commit

Permalink
Run tests with -Wd flag to make sure deprectionWarnings can be catched
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Jan 4, 2018
1 parent 9a3d82f commit 26be9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ usedevelop = true
pip_pre = true
setenv = PYTHONPATH={toxinidir}
commands =
./manage.py test
python -Wd manage.py test
deps =
1.11: Django>=1.11,<2.0
2.0: Django>=2.0,<2.1
Expand Down

0 comments on commit 26be9a1

Please # to comment.