summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-21 07:11:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-21 07:11:53 -0500
commit3b483e7b41c776f0b702cdec9a912945e1301021 (patch)
treeadc9528d11c30c0c2cfa3332f4931e35ae799768 /README.rst
parentb94ad59aaa14209385e65c9ede38c618c3377097 (diff)
downloadpython-coveragepy-git-3b483e7b41c776f0b702cdec9a912945e1301021.tar.gz
Try to describe what PyPy we test with
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1dd17b32..233e7520 100644
--- a/README.rst
+++ b/README.rst
@@ -18,8 +18,8 @@ Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard
library to determine which lines are executable, and which have been executed.
-Coverage.py runs on CPython 2.6, 2.7, and 3.3 through 3.6; PyPy 4.0 and 5.1;
-and PyPy3 2.4 and 5.2.
+Coverage.py runs on CPython 2.6, 2.7; 3.3 through 3.6; PyPy2 5.6; and PyPy3
+5.5.
Documentation is on `Read the Docs <http://coverage.readthedocs.io>`_.
Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_,