From 99d39c5bdceb25c3889314487842b371fe21b02e Mon Sep 17 00:00:00 2001 From: Juan Pablo Amoroso Date: Fri, 20 Mar 2020 13:51:44 -0300 Subject: [PATCH] make install now installs dev dependencies aswell. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3cd464..bc5ad0b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .DEFAULT_GOAL := help install: ## Create environment and install dependencies - pipenv --three && pipenv install --deploy + pipenv --three && pipenv sync --dev env: ## Run pipenv shell pipenv shell