summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Configuring for pure-pythonMichael Howitz2023-02-071-2/+1
|
* Add support for ``zope.untrustedpython`` on Python 3. (#29)Michael Howitz2023-02-071-0/+2
| | | With it, Python expressions are now protected by RestrictedPython.
* Multiple changes (#31)Michael Howitz2023-02-071-13/+19
| | | | | | | | | * Add support for Python 3.11. * Lint the code. * Improve error handling in test. * Bumped version for breaking release. * Drop support for Python 2.7, 3.5, 3.6. Co-authored-by: Gil Forcada Codinachs <gil.gnome@gmail.com>
* Add support for Python 3.10.Michael Howitz2021-11-041-11/+5
|
* Config with pure python (#28)Michael Howitz2021-05-281-18/+72
| | | | * Lint the code. * Add support for Python 3.9.
* Report coverage in HTML to see where it is missing:Michael Howitz2020-02-101-0/+1
| | | | * There is no zope.untrustedpython version for Python 3 yet.
* Fix tox run for Python 2.Michael Howitz2020-02-101-0/+3
|
* Use same version as for coverage.Michael Howitz2020-02-101-1/+1
|
* Use newer syntax.Michael Howitz2020-02-101-3/+3
|
* Modernize Python versions.Jürgen Gmach2019-10-021-1/+1
| | | | | | | | | | - add support for Python 3.8. - drop support for Python 3.4. - bump version number. modified: .travis.yml modified: CHANGES.rst modified: setup.py modified: tox.ini
* Add support for Python 3.7Jeremy Kolbe2018-10-051-3/+3
|
* Build documents with Sphinx for RTDJason Madden2017-11-021-2/+11
| | | | | | Fixes #8 Run doctests with Sphinx on all versions as well.
* 100% test coveragecoverageJason Madden2017-08-141-1/+1
| | | | | | | | | | | | | | Fixes #9 Two potentially important changes: - Removed unused code in the tests/ package. If other packages were using it, they will need updates. (They shouldn't be, but that's happened before.) - Changed TraversableModuleImporter to catch ImportError instead of KeyError. There's no way the underlying SimpleModuleImporter can raise a KeyError anymore. I think this is the desired semantic but I am not 100% sure.
* Add Python 3.6, drop Python 3.3universal_wheelsJason Madden2017-08-141-18/+12
| | | | | | | - Badges - Enable coverage reporting and coveralls - Less than 100%; see #9 - Enable universal wheels by using environment markers in the dependencies.
* Add support for Python 3.5.Tres Seaver2016-04-131-1/+1
|
* Drop spurious '[testenv:py26]' block.Tres Seaver2016-03-241-5/+0
| | | | [ci skip]
* Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-231-1/+1
|
* 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