make target for typecheck

This commit is contained in:
Eric Soroos 2018-01-03 10:38:16 +00:00
parent 79a09a27e5
commit 352c4d0cf9

View File

@ -91,6 +91,9 @@ sdist:
test: test:
pytest -qq pytest -qq
typecheck:
mypy --ignore-missing-imports -2 src/PIL/Image.py
# https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file # https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file
upload-test: upload-test:
# [test] # [test]