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 35d5349 commit 3bf6875Copy full SHA for 3bf6875
Makefile
@@ -5,3 +5,9 @@ clean:
5
.PHONY: test
6
test:
7
rake test
8
+
9
+.PHONY: pylama
10
+pylama:
11
+ rm -rf pylibs/pylama
12
+ cp -r ~/Dropbox/projects/pylama/pylama pylibs/pylama
13
+ cp -r ~/Dropbox/projects/pylama/plugins/pylama_pylint/pylama_pylint/ pylibs/pylama/lint/pylama_pylint
0 commit comments