Skip to content

Commit

Permalink
Fix makefile again?
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Sep 14, 2017
1 parent 07d7d20 commit 326ee14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 326ee14

Please sign in to comment.