summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst4
-rw-r--r--README.rst4
-rw-r--r--doc/index.rst10
3 files changed, 10 insertions, 8 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 7f2c86eb..adbe7d6e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -56,7 +56,9 @@ Unreleased
- Corrected the name of the jquery.ba-throttle-debounce.js library. Thanks,
Ben Finney. Closes `issue 505`_.
-- Support PyPy3 5.2 alpha 1.
+- Testing against PyPy 5.6 and PyPy3 5.5.
+
+- Switched to pytest from nose for running the coverage.py tests.
.. _issue 412: https://bitbucket.org/ned/coveragepy/issues/412/coverage-combine-should-error-if-no
.. _issue 505: https://bitbucket.org/ned/coveragepy/issues/505/use-canonical-filename-for-debounce
diff --git a/README.rst b/README.rst
index 1dd17b32..233e7520 100644
--- a/README.rst
+++ b/README.rst
@@ -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>`_,
diff --git a/doc/index.rst b/doc/index.rst
index efbb556d..25fd1bc2 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -71,17 +71,17 @@ not.
.. ifconfig:: prerelease
- The latest version is coverage.py 4.2b1, released July 4th 2016. It is
+ The latest version is coverage.py 4.3b1, released July 4th 2016. It is
supported on:
- * Python versions 2.6, 2.7, 3.3, 3.4, and 3.5.
+ * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.
- * PyPy 4.0 and 5.1.
+ * PyPy2 5.6.
- * PyPy3 2.4 and 5.2.
+ * PyPy3 5.5.
**This is a pre-release build. The usual warnings about possible bugs
- apply.** The latest stable version is coverage.py 4.1, `described here`_.
+ apply.** The latest stable version is coverage.py 4.2, `described here`_.
.. _described here: http://nedbatchelder.com/code/coverage