summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Work around pip + wheel + conditional deps in zope.schema.py32Tres Seaver2015-06-061-4/+5
|
* Add support for Python 3.2Jason Madden2015-06-051-1/+1
|
* Add PyPy support.Jason Madden2015-05-291-3/+1
| | | | | | | | | | | PyPy doesn't support assigning to __builtins__, even in eval(), so this means that zope.untrusted.builtins is not helpful, even though it can be installed. Therefore, HAVE_UNTRUSTED must always be False under PyPy, just like under Python 3. Minor doctest renormalization to deal with the changed class name of the proxy. A pure-Python proxy can't lie about its type, so use __class__ in one doctest.
* Drop PyPy3-specific note.Tres Seaver2015-04-021-2/+0
| | | | | | PyPy issues still remain. [ci skip]
* Note blockers for PyPy and PyPy3 support.Tres Seaver2014-12-271-0/+4
|
* Add support for Python 3.4.Tres Seaver2014-12-271-1/+1
|
* - Only allow ``zope.untrustedpython`` to be a dependency in Python 2.Stephan Richter2013-02-281-2/+21
| | | | - Fix buildout to work properly.
* Port to Py3.3.Albertas Agejevas2013-02-221-1/+1
|
* Er, zope.security.proxy is in zope.security, not in zope.proxy.Marius Gedminas2012-12-201-1/+1
|
* Support setup.py test. Add a tox.ini.Marius Gedminas2012-12-201-0/+11