summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-27 17:44:56 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-27 17:44:56 -0500
commit4b23d631af6b89006d8af002d09b3f9a7a1e1eaa (patch)
tree54ef9e1ca69345793f22d2c685e73ea652d5dc24 /.travis.yml
parentdad79fb7e2148bb3eb51e46f84f89f3e941058d0 (diff)
downloadzope-pagetemplate-4b23d631af6b89006d8af002d09b3f9a7a1e1eaa.tar.gz
Note blockers for PyPy and PyPy3 support.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e115ea..8b14710 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,11 @@ env:
- TOXENV=py27
- TOXENV=py33
- 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
script: