Skip to content

Commit

Permalink
Makefile: Remove pipenv command
Browse files Browse the repository at this point in the history
Deprecated in #228
  • Loading branch information
tony committed Jul 3, 2020
1 parent f140a85 commit 8954c08
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,3 @@ flake8:

watch_flake8:
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) flake8; else $(MAKE) flake8 entr_warn; fi

sync_pipfile:
pipenv install --skip-lock --dev -r requirements/doc.txt && \
pipenv install --skip-lock --dev -r requirements/dev.txt && \
pipenv install --skip-lock --dev -r requirements/test.txt && \
pipenv install --skip-lock --dev -e . && \
pipenv install --skip-lock -r requirements/base.txt

0 comments on commit 8954c08

Please sign in to comment.