From 9044ad84748a85a47b757d5861657ab20a76271f Mon Sep 17 00:00:00 2001 From: jMyles Date: Wed, 4 Jul 2018 19:19:00 -0700 Subject: [PATCH] Making build_dependencies use verbose output for pipenv. --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f64f630ff..5d0ae8105 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,7 +45,8 @@ jobs: - run: name: Install Python Dependencies with Pipenv command: | - pipenv install --three --dev --pre --skip-lock + pipenv install --three --dev --pre --skip-lock --verbose + pipenv graph - run: name: Install Solidity Compiler command: pipenv run install_solc