Skip to content

Commit

Permalink
Run tests with -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed May 24, 2023
1 parent c4610a5 commit 06158e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@ envlist = py3, pep8, doc
[testenv]
basepython = python3
commands=
python -bb -Wd -X faulthandler runtests.py
python -bb -Werror -X faulthandler runtests.py

[testenv:pep8]
allowlist_externals = sh
Expand Down

0 comments on commit 06158e0

Please sign in to comment.