summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-09-11 06:50:47 -0500
committerJason Madden <jamadden@gmail.com>2017-09-11 06:50:47 -0500
commit2f51b299dd65d4580564695e146fcca83ed945a7 (patch)
tree3c21ad62c9655fe0be10a0373699e76590bb7265 /tox.ini
parenta19b95f381047bf1b957c2b83cb9cf0f42897cbb (diff)
downloadzope-security-2f51b299dd65d4580564695e146fcca83ed945a7.tar.gz
Fix ZOPE_WATCH_CHECKERS=1 in pure-Python mode.
Fixes #8. Test environments still to come.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c0e57fb..b39940b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# py27,pypy,jython,py33,coverage,docs
- py27,py27-pure,pypy,py34-pure,py34,py35,py36,coverage,docs
+ py27,py27-pure,pypy,pypy3,py34-pure,py34,py35,py36,coverage,docs
[testenv]
commands =