Skip to content

Commit a004206

Browse files
committed
Update Makefile.
1 parent ef21d74 commit a004206

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ pylama:
5050
rm -rf $(PYLAMA)
5151
make $(PYLAMA)
5252
make $(PYLAMA)/lint/pylama_pylint
53+
@pip install --upgrade --force-reinstall --target=$(LIBS) pydocstyle
54+
@pip install --upgrade --force-reinstall --target=$(LIBS) pycodestyle
55+
@pip install --upgrade --force-reinstall --target=$(LIBS) pyflakes
56+
@pip install --upgrade --force-reinstall --target=$(LIBS) mccabe
57+
@find $(LIBS)/*.dist-info | xargs rm -rf
5358

5459
.PHONY: rope
5560
rope:

0 commit comments

Comments
 (0)