summaryrefslogtreecommitdiff
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
commit0200f6283ea20edfee234059b8f6ad3b0070fd61 (patch)
tree72d49ee6b1f4f5df9de14e161e93be6838572274
parentdd8990189e32aabb8af6278392ad9c85dcc4f7c4 (diff)
downloadpython-coveragepy-git-0200f6283ea20edfee234059b8f6ad3b0070fd61.tar.gz
Tested on PyPy 2.6.1
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 48708975..0fa1cf78 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>`_,