Skip to content

Commit

Permalink
Merge pull request #5 from petervandenabeele/tox-add-commands-to-allo…
Browse files Browse the repository at this point in the history
…wlist_externals

All test commands (poetry, pytest, mypy) needed in allowlist_externals
  • Loading branch information
avsthiago authored Apr 10, 2023
2 parents 886be2f + bf0a097 commit 1ca0a94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ python =

[testenv]
passenv = PYTHON_VERSION
allowlist_externals = poetry
allowlist_externals =
poetry
pytest
mypy
commands =
poetry install -v
pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml
Expand Down

0 comments on commit 1ca0a94

Please sign in to comment.