summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-04-02 14:34:08 -0400
committerTres Seaver <tseaver@palladion.com>2015-04-02 14:34:08 -0400
commit762a931cf5cca67d514c2e926a3196d62184d092 (patch)
treec99628a79108adebe4edad574dbad7c031a3d2df
parent550a40ea3f820fb6bcc6915bb08b4548ff614828 (diff)
downloadzope-pagetemplate-762a931cf5cca67d514c2e926a3196d62184d092.tar.gz
Drop PyPy3-specific note.
PyPy issues still remain. [ci skip]
-rw-r--r--.travis.yml2
-rw-r--r--tox.ini2
2 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b14710..f1e555c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,6 @@ env:
- TOXENV=py34
# PyPy support needs cleanup of doctests, plus some help from zope.security.
# - TOXENV=pypy
-# PyPy3 support needs release of a fix for:
-# https://bitbucket.org/pypy/pypy/issue/1946)
# - TOXENV=pypy3
install:
- travis_retry pip install tox
diff --git a/tox.ini b/tox.ini
index 3e944d9..b449252 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.
-# PyPy3 support needs release of a fix for:
-# https://bitbucket.org/pypy/pypy/issue/1946)
# py26,py27,py33,py34,pypy,pypy3
py26,py27,py33,py34