mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Actually run a typecheck in CI
This commit is contained in:
parent
841d0ae73a
commit
0fb391a30c
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue