Skip to content

Commit 71cb466

Browse files
committed
Remove sync_pipfile
See also: tmux-python/tmuxp@2e01c32
1 parent 85c437b commit 71cb466

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +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 .

0 commit comments

Comments
 (0)