summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-11-01 21:56:26 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-11-01 21:56:26 -0500
commitdbe67cc4843107459ef7b9466a66456533fad509 (patch)
tree172fdab6d140eda0a8f84198ede1ff1f989cb77b
parentde5450317c5bd9f293cb6ecd105bbeb01fccc14f (diff)
downloadpython-coveragepy-git-dbe67cc4843107459ef7b9466a66456533fad509.tar.gz
Update PyPy in readme
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a895bdea..66a8f5e9 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,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, 3.3, 3.4 or 3.5, PyPy 2.6, and PyPy3 2.4.
+Coverage.py runs on CPython 2.6, 2.7, 3.3, 3.4 and 3.5; PyPy 2.4, 2.6 and 4.0;
+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>`_,