diff --git a/Makefile b/Makefile index 3199902..87cec44 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ endif .PHONY: all -all: lint test +all: lint mypy test $(VENV): requirements.txt requirements-dev.txt setup.py $(PY) -m venv $(VENV)