The containers come with pipenv, apparently

This commit is contained in:
Jake Howard 2018-09-10 20:52:27 +01:00
parent b076d7aa06
commit edb18db633
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -7,9 +7,6 @@ jobs:
working_directory: ~/dotfiles working_directory: ~/dotfiles
steps: steps:
- checkout - checkout
- run: - run: pipenv install
command: |
sudo pip install pipenv
pipenv install
- run: pipenv run test - run: pipenv run test
- run: pipenv run deploy -C - run: pipenv run deploy -C