Skip to content

Commit

Permalink
updated circleCI to use pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
liadmagen committed Oct 4, 2018
1 parent 7f829b6 commit 6a361da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
pip install pipenv
pipenv install
- save_cache:
paths:
Expand Down

0 comments on commit 6a361da

Please sign in to comment.