summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2015-05-29 08:27:25 -0500
committerJason Madden <jamadden@gmail.com>2015-05-29 08:27:25 -0500
commitec3e21fe1df341a077c986eb2d3856224842db45 (patch)
treeec66bacb1fc5a692db607c09736f3d78aa594984 /tox.ini
parent762a931cf5cca67d514c2e926a3196d62184d092 (diff)
downloadzope-pagetemplate-ec3e21fe1df341a077c986eb2d3856224842db45.tar.gz
Add PyPy support.
PyPy doesn't support assigning to __builtins__, even in eval(), so this means that zope.untrusted.builtins is not helpful, even though it can be installed. Therefore, HAVE_UNTRUSTED must always be False under PyPy, just like under Python 3. Minor doctest renormalization to deal with the changed class name of the proxy. A pure-Python proxy can't lie about its type, so use __class__ in one doctest.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index b449252..9b500be 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,6 @@
[tox]
envlist =
-# PyPy support needs cleanup of doctests, plus some help from zope.security.
-# py26,py27,py33,py34,pypy,pypy3
- py26,py27,py33,py34
+ py26,py27,py33,py34,pypy,pypy3
[testenv]
deps =