summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-05-03 17:14:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-05-03 17:14:37 -0400
commitbc572bc834ea248d0e8ae7c9c55c232a63c54bb1 (patch)
tree58f1136c81ef1161800cefa857ca936c7166cfa7 /README.rst
parenta7464093775cba4c5fa28b207cf7e6f27fdde259 (diff)
downloadpython-coveragepy-bc572bc834ea248d0e8ae7c9c55c232a63c54bb1.tar.gz
Test on PyPy 5.1, and note the support
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5727744..97aca07 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ 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, 3.3, 3.4 and 3.5; PyPy 2.4, 2.6 and 4.0;
+Coverage.py runs on CPython 2.6, 2.7, 3.3, 3.4 and 3.5; PyPy 4.0 and 5.1;
and PyPy3 2.4.
Documentation is on `Read the Docs <http://coverage.readthedocs.io>`_.