diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-28 21:17:35 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-28 21:17:35 -0500 |
commit | 5981272758287acea6d2400eab860383d407332d (patch) | |
tree | 11cfe1e2955eb775617a89974f40f7f1058452cb /setup.py | |
parent | 17d1171ffd06ea2a724a4b783342677c24274fdb (diff) | |
download | python-coveragepy-git-5981272758287acea6d2400eab860383d407332d.tar.gz |
Bump the PyPy version.coverage-3.6b1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,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 Pythons 2.3 through 3.3, and PyPy 1.8. +Coverage.py runs on Pythons 2.3 through 3.3, and PyPy 1.9. Documentation is at `nedbatchelder.com <%s>`_. Code repository and issue tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_. |