summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-29 12:40:02 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-29 12:40:02 -0500
commit7d0b981ac61cfa9d9273b0db7516638affabc8ac (patch)
treee70e7667ecda42e6893858007c981843fcaad64c /tox.ini
parente28de9830bcc80cab4c84eef49cce477b8c50bf4 (diff)
downloadzope-tales-7d0b981ac61cfa9d9273b0db7516638affabc8ac.tar.gz
Note blocker for PyPy3 support.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2f2dd04..e5a626b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,9 @@
[tox]
-envlist = py26,py27,py33,py34,pypy
+envlist =
+# pypy3 pending release of a fix for
+# https://bitbucket.org/pypy/pypy/issue/1946
+# py26,py27,py33,py34,pypy,pypy3
+ py26,py27,py33,py34,pypy
[testenv]
commands =