summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-12-13 10:29:26 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-12-13 10:29:26 -0500
commit889c91dede17968c0a492e75cc5121dbcc0938c3 (patch)
tree721fd78c699f579c4c134a61ef16b1d6b310dbc2
parent8613ebce1acfcfd780bc5394179c3bfbb9c2790e (diff)
downloadpython-coveragepy-git-889c91dede17968c0a492e75cc5121dbcc0938c3.tar.gz
Keep support for only the latest PyPy's.
PyPy3 2.3 threw some weird internal error, and it implements the same version of Python as PyPy3 2.4, so why bother?
-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 =