We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95ce91 commit bd9cc24Copy full SHA for bd9cc24
CONTRIBUTING.rst
@@ -46,11 +46,12 @@ A Makefile is provided to simplify the common tasks:
46
Usage:
47
make serve Run the test server
48
make test Run the test suite
49
+ make coverage Run a caoverage report from the test suite
50
make pep8 Run the PEP8 report
51
+ make pylint Run the pylint report
52
make doc Generate the documentation
53
make dist Generate a distributable package
54
make minify Minify Django.js with yuglify
- make release Bump a version and publish it on PyPI
55
make clean Remove all temporary and generated artifacts
56
57
0 commit comments