Skip to content

Commit

Permalink
Update tox-gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
noc0lour committed May 11, 2023
1 parent 9ecbc20 commit bf8732e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ envlist =
reformat
check
py3-fast
py37
py38
py39
py310
# See https://tox.readthedocs.io/en/latest/example/package.html#flit
isolated_build = True
isolated_build_env = build
Expand All @@ -116,7 +121,7 @@ python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310, mypy
3.10: reformat, check, py310
[testenv]
# install pytest in the virtualenv where commands will be executed
Expand Down

0 comments on commit bf8732e

Please sign in to comment.