diff options
Diffstat (limited to 'docs/contributing.rst')
| -rw-r--r-- | docs/contributing.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 3151bcd..8c8a49b 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -35,6 +35,10 @@ environment:: $ make test +You can enable coverage measurement during tests:: + + $ make coverage + You can also run the test suite on all supported versions of Django and Python:: |
