We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee754e2 commit ec5f723Copy full SHA for ec5f723
1 file changed
tox.ini
@@ -56,7 +56,7 @@ deps =
56
ipdb
57
commands =
58
{py38,py39,py310,py311,py312,py313}: python tests/setup.py clean --all
59
- {py38,py39,py310,py311,py312,py313}: python tests/setup.py build_ext --force --inplace --debug
+ {py38,py39,py310,py311,py312,py313}: python tests/setup.py build_ext --force --inplace
60
cover: python setup.py clean --all build_ext --force --inplace
61
nocov: {posargs:pytest -vv --ignore=src}
62
cover: {posargs:pytest --cov --cov-report=term-missing -vv}
0 commit comments