Skip to content

Commit

Permalink
faster testing with --skip-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Maxmeister authored Aug 5, 2019
1 parent 06599be commit 7eabe22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- run:
command: |
pip install pipenv
pipenv install --dev
pip install -e .
pipenv install --dev --skip-lock
pip 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 7eabe22

Please sign in to comment.