summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Fix GHA: ubuntu-latest no longer contains Python 3.6HEADmasterMichael Howitz2022-12-091-2/+3
* Configuring for pure-pythonMaurits van Rees2022-11-081-4/+15
* Configuring for pure-pythonMichael Howitz2022-02-101-10/+4
* Config with pure python (#20)Michael Howitz2021-06-011-20/+73
* Add preliminary support for Python 3.9 (#16)Michael Howitz2020-07-161-1/+1
* Merge pull request #14 from zopefoundation/flake8Marius Gedminas2020-04-141-0/+7
|\
| * Add tox -e flake8, fix flake8 errorsMarius Gedminas2020-04-101-0/+7
* | Merge pull request #15 from zopefoundation/tox-refreshMarius Gedminas2020-04-101-6/+4
|\ \ | |/ |/|
| * tox.ini: use extras, use python3 for docstox-refreshMarius Gedminas2020-04-101-6/+4
* | Add Python 3.8, drop 3.4.py38Marius Gedminas2020-04-101-1/+1
|/
* Added support for python 3.7 (#12)Jeremy Kolbe2018-10-031-1/+1
* Fix non-ASCII supplement info under Python 2 and drop Py3.3.issue1Jason Madden2017-09-111-7/+8
* Add support for Python 3.6Jason Madden2017-04-241-10/+5
* Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-231-1/+1
* Note explicit support for Python 3.5Felix Yan2015-11-071-1/+1
* Drop unused 'six' dependency.Tres Seaver2015-02-271-1/+0
* Switch to 'usedevelop = true' FBO nose / coverage.Tres Seaver2015-02-271-7/+3
* Silence setuptools chatter during test runs.Tres Seaver2015-02-271-8/+1
* Note explicit support for Python 3.4.Tres Seaver2014-03-171-1/+1
* - Make sure that ``setup.py`` finds all tests. Now tox runs them all as well.Stephan Richter2013-02-281-6/+9
* Test Python 3.3 support under tox.Tres Seaver2012-11-211-1/+1
* Enable tox build of docs by default.Tres Seaver2012-05-091-1/+1
* Automate build of Sphinx HTML docs and running doctest snippets via tox.Tres Seaver2012-05-091-0/+11
* Work around pip's namespace package brokenness.Tres Seaver2012-04-061-0/+5
* Add support for continuous integration using ``tox`` and ``jenkins``.Tres Seaver2012-04-061-0/+26