We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a18c1 commit 5ab996fCopy full SHA for 5ab996f
1 file changed
tox.ini
@@ -48,8 +48,8 @@ deps =
48
tzdata
49
ipdb
50
commands =
51
- {py38,py39,py310,py311,py312,py313,py313ft}: python tests/setup.py clean --all
52
- {py38,py39,py310,py311,py312,py313,py313ft}: python tests/setup.py build_ext --force --inplace
+ {py38,py39,py310,py311,py312,py313,py313t}: python tests/setup.py clean --all
+ {py38,py39,py310,py311,py312,py313,py313t}: python tests/setup.py build_ext --force --inplace
53
cover: python setup.py clean --all build_ext --force --inplace
54
nocov: {posargs:pytest -vv --ignore=src}
55
cover: {posargs:pytest --cov --cov-report=term-missing -vv}
0 commit comments