summaryrefslogtreecommitdiff
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
commitced96540518bf058592b8aefa1b969f5a788bc0f (patch)
tree0e1f3222a8895e7f75d656e2a4852c2e179f91e6
parent835317647894b0f8c5a15273081c951bfd2f5d86 (diff)
downloadpython-coveragepy-git-ced96540518bf058592b8aefa1b969f5a788bc0f.tar.gz
Try another layout for badges
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index cf4df7ff..12399a8e 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