diff --git a/Makefile b/Makefile index 72cabbcfb1..7a9e4ff09e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ venv: virtualenv --python=python venv install: venv - . venv/bin/activate; pip install . + pip install . test-install: install . venv/bin/activate; pip install -r tests/requirements.txt