Skip to content

Commit

Permalink
tests: Run pytype as a part of tox qa testenv (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxking committed Nov 10, 2022
1 parent 83e44be commit da4b11e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,14 @@ commands =
python -m flake8 aiosmtpd setup.py housekeep.py release.py
check-manifest -v
pytest -v --tb=short aiosmtpd/qa
pytype --keep-going --jobs auto .
deps =
colorama
flake8
{[flake8_plugins]deps}
pytest
check-manifest
pytype

[testenv:docs]
basepython = python3
Expand Down

0 comments on commit da4b11e

Please sign in to comment.