Skip to content

Commit 5ab996f

Browse files
committed
Oops.
1 parent 13a18c1 commit 5ab996f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ deps =
4848
tzdata
4949
ipdb
5050
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
51+
{py38,py39,py310,py311,py312,py313,py313t}: python tests/setup.py clean --all
52+
{py38,py39,py310,py311,py312,py313,py313t}: python tests/setup.py build_ext --force --inplace
5353
cover: python setup.py clean --all build_ext --force --inplace
5454
nocov: {posargs:pytest -vv --ignore=src}
5555
cover: {posargs:pytest --cov --cov-report=term-missing -vv}

0 commit comments

Comments
 (0)