summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-07 11:08:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-07 11:08:01 -0400
commit3239800965afcdb584c45ee53e5c2ac4a53ece50 (patch)
treedeb735a70cc0ecb0be4c840a517286c85af0ac48 /README.rst
parent77ca1cf3f5cd5cbf1f2b4635c6d760109b60a77a (diff)
downloadpython-coveragepy-3239800965afcdb584c45ee53e5c2ac4a53ece50.tar.gz
Tighten up the badges lines
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 12399a8..d987816 100644
--- a/README.rst
+++ b/README.rst
@@ -4,9 +4,8 @@ Coverage.py
Code coverage testing for Python.
-|ci-status| |win-ci-status| |reqs|
-
-|kit| |downloads| |docs|
+| |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