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
commit10a38803a0f7aabd115521edd24b607e896727ed (patch)
treed61714801107ff1379a4608d623ce7075f3f0a39 /README.rst
parenta0b4d5965a26fdc5833beb662e1d529ee16c3804 (diff)
downloadpython-coveragepy-10a38803a0f7aabd115521edd24b607e896727ed.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 1dd17b3..233e752 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>`_,