Skip to content

Commit

Permalink
update tox
Browse files Browse the repository at this point in the history
  • Loading branch information
berislavlopac committed Apr 15, 2024
1 parent eb2fb7d commit 18c3278
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = true
envlist = checks, py38, py39, py310, py311
envlist = checks, py38, py39, py310, py311, py312

[testenv]
skip_install = true
Expand All @@ -11,15 +11,12 @@ deps =
pytest-cov
mypy
commands =
pytest --cov --spec --junitxml=test-reports{/}{envname}-junit.xml
pdm tests --junitxml=test-reports{/}{envname}-junit.xml
coverage xml -o test-reports{/}{envname}-coverage.xml
mypy --install-types --non-interactive momoa/

[testenv:checks]
groups =
checks
commands =
ruff momoa/
black --check .
isort --check .
pydocstyle momoa/
pdm checks

0 comments on commit 18c3278

Please sign in to comment.