diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-21 07:11:53 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-21 07:11:53 -0500 |
commit | 3b483e7b41c776f0b702cdec9a912945e1301021 (patch) | |
tree | adc9528d11c30c0c2cfa3332f4931e35ae799768 /README.rst | |
parent | b94ad59aaa14209385e65c9ede38c618c3377097 (diff) | |
download | python-coveragepy-git-3b483e7b41c776f0b702cdec9a912945e1301021.tar.gz |
Try to describe what PyPy we test with
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,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, and 3.3 through 3.6; PyPy 4.0 and 5.1; -and PyPy3 2.4 and 5.2. +Coverage.py runs on CPython 2.6, 2.7; 3.3 through 3.6; PyPy2 5.6; and PyPy3 +5.5. Documentation is on `Read the Docs <http://coverage.readthedocs.io>`_. Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_, |