Skip to content

Commit

Permalink
Added test env for mypy in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOps77 committed Jun 23, 2024
1 parent ab89535 commit 9c4042a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ isolated_build = true
[gh-actions]
python =
3.7: py37, click7, flake8
3.8: py38
3.8: py38, mypy
3.9: py39
3.10: py310
3.11: py311
Expand All @@ -29,10 +29,15 @@ commands =
pytest --basetemp={envtmpdir}

[testenv:flake8]
basepython = python3.7
basepython = python3.8
deps = flake8
commands = flake8 click_repl tests

[testenv:mypy]
basepython = python3.7
deps = mypy
commands = mypy click_repl

[testenv:click7]
basepython = python3.10
deps =
Expand Down

0 comments on commit 9c4042a

Please sign in to comment.