mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-05-09 07:34:44 +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 report
|
||||||
coverage xml
|
coverage xml
|
||||||
# mypy won't install on PyPy, so only run the typechecking on CPython
|
# 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 =
|
deps =
|
||||||
coverage
|
coverage
|
||||||
!pypy3: mypy
|
!pypy3: mypy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue