summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-02 12:12:45 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-02 12:12:45 -0400
commit35c18d72380144bdd96902da254225464d04efad (patch)
tree1f9ccd50f5340bb2388d80869fbe230fc181530e /README.rst
parentb1965785bb61b2fec4af17d79e5d5ec35df4bb40 (diff)
downloadpython-coveragepy-35c18d72380144bdd96902da254225464d04efad.tar.gz
Tested on PyPy 2.6.1
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 4870897..0fa1cf7 100644
--- a/README.rst
+++ b/README.rst
@@ -10,7 +10,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 or 3.5, PyPy 2.4, and PyPy3 2.4.
+Coverage.py runs on CPython 2.6, 2.7, 3.3, 3.4 or 3.5, PyPy 2.6, and PyPy3 2.4.
Documentation is on `Read the Docs <http://coverage.readthedocs.org>`_.
Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_,