summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-04 22:20:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-04 22:20:37 -0400
commitb372d7c06d5acc9483cc57f261cfeb6576291527 (patch)
tree1cc0a158a55f76472bf7580c36d60caaeabf68c9 /README.rst
parente40e1be4a6b2121794942749f8f550e1408f1f90 (diff)
downloadpython-coveragepy-b372d7c06d5acc9483cc57f261cfeb6576291527.tar.gz
Try another layout for badges
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index cf4df7f..12399a8 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,9 @@ Coverage.py
Code coverage testing for Python.
-|ci-status| |win-ci-status| |docs| |reqs| |kit| |downloads|
+|ci-status| |win-ci-status| |reqs|
+
+|kit| |downloads| |docs|
Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard