Skip to content

Commit 12ee9f4

Browse files
committed
Run test suite with Python dev mode & warnings throwing errors
1 parent e5165d8 commit 12ee9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ whitelist_externals =
88
install_command =
99
./tox_install.sh {packages}
1010
commands =
11-
poetry run ./runtests.py
11+
poetry run python -X dev -W error runtests.py
1212
poetry run django-admin render_patterns --settings=tests.settings.dev --pythonpath=. --dry-run
1313
deps =
1414
dj22: Django>=2.2,<2.3

0 commit comments

Comments
 (0)