We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ccea1 commit b86eabeCopy full SHA for b86eabe
Makefile
@@ -32,10 +32,3 @@ flake8:
32
33
watch_flake8:
34
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