diff --git a/Makefile b/Makefile index 36788cf..c754484 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: install lint check check-outdated install: test -d $(VENV) || virtualenv $(VENV) -p $(PYTHON_VERSION) - $(PIP) install --upgrade --upgrade-strategy eager --no-cache --no-binary :all: pip setuptools -e .[test,docs] devcore + $(PIP) install --upgrade --upgrade-strategy eager pip setuptools -e .[test,docs] devcore clean: rm -fr $(VENV)