From edb18db63366c9af31693f80d35ab1f3c40bae96 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 10 Sep 2018 20:52:27 +0100 Subject: [PATCH] The containers come with pipenv, apparently --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cd82e1c..9a4a019 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,9 +7,6 @@ jobs: working_directory: ~/dotfiles steps: - checkout - - run: - command: | - sudo pip install pipenv - pipenv install + - run: pipenv install - run: pipenv run test - run: pipenv run deploy -C