Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Maxmeister committed Aug 5, 2019
1 parent 7eabe22 commit af9a529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
command: |
pip install pipenv
pipenv install --dev --skip-lock
pip install -e . --skip-lock
pipenv install -e . --skip-lock
# This ^^^ installs all the regular required packages and those listed in the dev section of `extras_require` in setup.py.
# pytest recommends this: install your package in "editable" mode by running this from the same directory.
- save_cache:
Expand Down

0 comments on commit af9a529

Please sign in to comment.