Skip to content

Commit 7482467

Browse files
committed
ci: updates and verbosity
1 parent a1e5717 commit 7482467

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist = py39, py311, lint, mypy
66
deps = pytest
77
commands =
88
pip install -e .
9-
pytest {posargs}
9+
pytest -vv {posargs}
1010

1111
[testenv:lint]
1212
deps =
@@ -20,10 +20,10 @@ commands =
2020
isort --diff --check --quiet .
2121

2222
[testenv:mypy]
23-
deps = mypy>=0.991
23+
deps = mypy>=1.8
2424
commands =
2525
mypy --strict -m pyp --python-version 3.8
26-
mypy --strict -m pyp --python-version 3.11
26+
mypy --strict -m pyp --python-version 3.12
2727

2828
[coverage:report]
2929
exclude_lines =

0 commit comments

Comments
 (0)