From 326ee1435b5c58c1814d6632a5a996b6184f5eef Mon Sep 17 00:00:00 2001 From: Zac-HD Date: Fri, 15 Sep 2017 09:22:04 +1000 Subject: [PATCH] Fix makefile again? --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d4bf8918cb..00b847edad 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,6 @@ TOOLS=$(BUILD_RUNTIMES)/tools TOX=$(TOOLS)/tox SPHINX_BUILD=$(TOOLS)/sphinx-build -MYPY=$(TOOLS)/mypy ISORT=$(TOOLS)/isort FLAKE8=$(TOOLS)/flake8 PYFORMAT=$(TOOLS)/pyformat @@ -103,7 +102,7 @@ check-format: format git diff --exit-code check-types: $(TOOL_VIRTUALENV) - $(MYPY) src/hypothesis + $(TOOL_PYTHON) -m mypy src/hypothesis install-core: $(PY27) $(PYPY) $(BEST_PY3) $(TOX)