diff --git a/Makefile b/Makefile index 7f42b19e..792651fa 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ install: python setup.py install test: + pip install -qr requirements.txt + pip install -qr test-requirements.txt python -m pytest -vv image: