Skip to content

Commit b86eabe

Browse files
committed
🔥 Remove sync_pipfile make command
1 parent a2ccea1 commit b86eabe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,3 @@ flake8:
3232

3333
watch_flake8:
3434
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) flake8; else $(MAKE) flake8 entr_warn; fi
35-
36-
sync_pipfile:
37-
pipenv install --skip-lock --dev -r requirements/doc.txt && \
38-
pipenv install --skip-lock --dev -r requirements/dev.txt && \
39-
pipenv install --skip-lock --dev -r requirements/test.txt && \
40-
pipenv install --skip-lock --dev -e . && \
41-
pipenv install --skip-lock -r requirements/base.txt

0 commit comments

Comments
 (0)