Skip to content

Commit bd9cc24

Browse files
committed
Updated contributing doc
1 parent f95ce91 commit bd9cc24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ A Makefile is provided to simplify the common tasks:
4646
Usage:
4747
make serve Run the test server
4848
make test Run the test suite
49+
make coverage Run a caoverage report from the test suite
4950
make pep8 Run the PEP8 report
51+
make pylint Run the pylint report
5052
make doc Generate the documentation
5153
make dist Generate a distributable package
5254
make minify Minify Django.js with yuglify
53-
make release Bump a version and publish it on PyPI
5455
make clean Remove all temporary and generated artifacts
5556
5657

0 commit comments

Comments
 (0)