Skip to content

Commit 16aef01

Browse files
committed
Add sync_pipfile make command
1 parent 73eef30 commit 16aef01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ flake8:
2929

3030
watch_flake8:
3131
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) flake8; else $(MAKE) flake8 entr_warn; fi
32+
33+
sync_pipfile:
34+
pipenv install --skip-lock --dev -r requirements/doc.txt && \
35+
pipenv install --skip-lock --dev -r requirements/dev.txt && \
36+
pipenv install --skip-lock --dev -r requirements/test.txt && \
37+
pipenv install --skip-lock -r requirements/base.txt

0 commit comments

Comments
 (0)