Skip to content

Commit

Permalink
Ensure mypy runs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Apr 23, 2024
1 parent e8e2984 commit 0c5303d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ python =
3.11: py311

[testenv]
commands = ./runtests.py --nolint
commands =
./runtests.py --nolint
mypy rest_framework_nested
allowlist_externals = *
setenv =
PYTHONDONTWRITEBYTECODE=1
Expand All @@ -26,11 +28,6 @@ commands = ./runtests.py --lintonly
deps =
-rrequirements-tox.txt

[testenv:py311-mypy]
commands = mypy rest_framework_nested
deps =
-rrequirements-tox.txt

[testenv:py311-docs]
commands = mkdocs build
deps =
Expand Down

0 comments on commit 0c5303d

Please sign in to comment.