mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Fix mypy.stubtest invocation
This commit is contained in:
parent
9a1453b673
commit
fffe1d96be
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -8,7 +8,7 @@ commands =
|
|||
coverage report
|
||||
coverage xml
|
||||
# mypy won't install on PyPy, so only run the typechecking on CPython
|
||||
!pypy3: mypy.stubtest --allowlist dev/mypy.allowlist contextlib2
|
||||
!pypy3: python -m mypy.stubtest --allowlist dev/mypy.allowlist contextlib2
|
||||
deps =
|
||||
coverage
|
||||
!pypy3: mypy
|
||||
|
|
|
|||
Loading…
Reference in a new issue