diff options
author | Tres Seaver <tseaver@palladion.com> | 2014-12-27 17:44:56 -0500 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2014-12-27 17:44:56 -0500 |
commit | 4b23d631af6b89006d8af002d09b3f9a7a1e1eaa (patch) | |
tree | 54ef9e1ca69345793f22d2c685e73ea652d5dc24 /tox.ini | |
parent | dad79fb7e2148bb3eb51e46f84f89f3e941058d0 (diff) | |
download | zope-pagetemplate-4b23d631af6b89006d8af002d09b3f9a7a1e1eaa.tar.gz |
Note blockers for PyPy and PyPy3 support.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ [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 [testenv] |