Skip to content

Commit

Permalink
ci/tox: print towncrier version
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 31, 2024
1 parent 5eefa5a commit adf4b61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ commands = pre-commit run --all-files
[testenv:changelog]
deps = towncrier
skip_install = true
commands = towncrier build --version main --draft
commands =
towncrier --version
towncrier build --version main --draft


[testenv:pyright]
Expand Down

0 comments on commit adf4b61

Please sign in to comment.