We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020d6ff commit 659ef94Copy full SHA for 659ef94
Makefile
@@ -1,3 +1,6 @@
1
+release:
2
+ umask 022 && chmod -R a+rX . && python setup.py sdist bdist_wheel
3
+
4
test :
5
python pycodestyle.py --testsuite testsuite
6
0 commit comments