From 98841107f8d7c6de52d49b26ba586213dd321f95 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 1 Nov 2015 21:56:26 -0500 Subject: Update PyPy in readme --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index a895bde..66a8f5e 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 `_. Code repository and issue tracker are on `Bitbucket `_, -- cgit v1.2.1