summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt6
-rw-r--r--tox.ini2
2 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 05e01e81..3492839a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,8 +6,10 @@ Change history for Coverage.py
Latest
------
-- Officially support PyPy 2.3 and 2.4, and PyPy3 2.3 and 2.4. Drop support for
- CPython 3.2.
+- Officially support PyPy 2.4, and PyPy3 2.4. Drop support for
+ CPython 3.2 and older versions of PyPy. The code won't work on CPython 3.2.
+ It will probably still work on older versions of PyPy, but I'm not testing
+ against them.
- The original command line switches (`-x` to run a program, etc) are no
longer supported.
diff --git a/tox.ini b/tox.ini
index 7e74d95a..dbf321ae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py33, py34, pypy22, pypy23, pypy24, pypy3_23, pypy3_24
+envlist = py26, py27, py33, py34, pypy24, pypy3_24
[testenv]
commands =