From 3ac6ee9ce4b10b3340829aeb619ae0b6db20292d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 12 Mar 2018 12:25:29 -0400 Subject: [PATCH] make mypy Signed-off-by: Kenneth Reitz --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 46ad9db4..62c6cbab 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ init: test: # This runs all of the tests, on both Python 2 and Python 3. python setup.py test +mypy: + python setup.py test -a--mypy ci: pipenv run py.test -n 8 --boxed --junitxml=report.xml