From af9a529c60072fa68db6ca27ff9e4b61acae0c07 Mon Sep 17 00:00:00 2001 From: Marc Maxmeister Date: Mon, 5 Aug 2019 13:07:12 -0600 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79f10e8..f178561 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: command: | pip install pipenv pipenv install --dev --skip-lock - pip install -e . --skip-lock + pipenv install -e . --skip-lock # This ^^^ installs all the regular required packages and those listed in the dev section of `extras_require` in setup.py. # pytest recommends this: install your package in "editable" mode by running this from the same directory. - save_cache: