Skip to content

Commit

Permalink
ci: updates and verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Mar 3, 2024
1 parent a1e5717 commit 7482467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ envlist = py39, py311, lint, mypy
deps = pytest
commands =
pip install -e .
pytest {posargs}
pytest -vv {posargs}

[testenv:lint]
deps =
Expand All @@ -20,10 +20,10 @@ commands =
isort --diff --check --quiet .

[testenv:mypy]
deps = mypy>=0.991
deps = mypy>=1.8
commands =
mypy --strict -m pyp --python-version 3.8
mypy --strict -m pyp --python-version 3.11
mypy --strict -m pyp --python-version 3.12

[coverage:report]
exclude_lines =
Expand Down

0 comments on commit 7482467

Please sign in to comment.