Skip to content

Commit

Permalink
Fix tox test command.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Mar 30, 2023
1 parent 4ed0810 commit 3ea279e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ deps =
commands =
pre-commit run -a
mypy --install-types --non-interactive
coverage run --append -m unittest discover
coverage run --append -m unittest codicefiscale
coverage report --show-missing --ignore-errors

0 comments on commit 3ea279e

Please sign in to comment.