summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)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
* Multiple changes (#31)Michael Howitz2023-02-071-13/+19
* Add support for Python 3.10.Michael Howitz2021-11-041-11/+5
* Config with pure python (#28)Michael Howitz2021-05-281-18/+72
* Report coverage in HTML to see where it is missing:Michael Howitz2020-02-101-0/+1
* 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.7Jeremy Kolbe2018-10-051-3/+3
* Build documents with Sphinx for RTDJason Madden2017-11-021-2/+11
* 100% test coveragecoverageJason Madden2017-08-141-1/+1
* Add Python 3.6, drop Python 3.3universal_wheelsJason Madden2017-08-141-18/+12
* Add support for Python 3.5.Tres Seaver2016-04-131-1/+1
* Drop spurious '[testenv:py26]' block.Tres Seaver2016-03-241-5/+0
* 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
* Drop PyPy3-specific note.Tres Seaver2015-04-021-2/+0
* 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
* 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