diff --git a/api/Makefile b/api/Makefile index f3ba6c18..523cc128 100644 --- a/api/Makefile +++ b/api/Makefile @@ -13,7 +13,7 @@ pip: check-venv pip install -r requirements.txt pip-dev: check-venv - pip install -r requirements.txt + pip install -r dev-requirements.txt test: python -m coverage run -m unittest discover -s tests/