Making build_dependencies use verbose output for pipenv.

pull/351/head
jMyles 2018-07-04 19:19:00 -07:00
parent eddcf0f5f0
commit 9044ad8474
1 changed files with 2 additions and 1 deletions

View File

@ -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