diff --git a/Makefile b/Makefile index e38c3ab..22436aa 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ +install: + pipenv install --dev + test: pytest