Skip to content

Commit

Permalink
Run tests with Python Development Mode on (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Jan 7, 2022
1 parent 547ff60 commit 78ec32f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ envlist =

[testenv]
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning -m coverage run -m pytest {posargs:tests}
setenv =
PYTHONDEVMODE=1

[testenv:py36-django22]
deps = -rrequirements/py36-django22.txt
Expand Down

0 comments on commit 78ec32f

Please sign in to comment.