Actually run a typecheck in CI

This commit is contained in:
Nick Coghlan 2021-06-26 22:12:55 +10:00
parent 841d0ae73a
commit 0fb391a30c

View file

@ -7,8 +7,11 @@ commands =
coverage run -m unittest discover -t . -s test
coverage report
coverage xml
# mypy won't install on PyPy, so only run the typechecking on CPython
!pypy3: mypy contextlib2
deps =
coverage
!pypy3: mypy
[gh-actions]
python =