Skip to content

Commit

Permalink
Add tox job descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mportesdev committed Dec 8, 2023
1 parent 0be2e8e commit 4c54da2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ commands =
pytest {posargs}

[testenv:coverage]
description =
Measure test coverage and generate HTML report. Pass `xml` or `lcov` to specify different format.
deps =
{[testenv]deps}
coverage==7.*
Expand All @@ -18,6 +20,8 @@ commands =
coverage {posargs:html}

[testenv:code]
description =
Check code with flake8 and bandit.
skip_install = true
deps =
flake8==6.*
Expand All @@ -30,6 +34,8 @@ commands =
max-line-length = 88

[testenv:changelog]
description =
Collect changelog fragments. Pass `create` to create a new fragment.
skip_install = true
deps =
scriv==1.*
Expand Down

0 comments on commit 4c54da2

Please sign in to comment.