summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.6.Jason Madden2017-01-161-1/+1
| | | | | Also use macpython for all the mac builds. See zopefoundation/persistent#59
* Add support for building/testing w/ 'PURE_PYTHON' defined.add-pure-test-supportTres Seaver2016-04-141-1/+11
|
* Drop support for Python 3.2.drop-py32-supportTres Seaver2016-03-231-1/+1
|
* Drop support for Python 2.6.Tres Seaver2016-03-091-1/+1
| | | | | | Note explicit support for Python 3.5. Bump next release for semver.
* Add an appveyor.ymlMarius Gedminas2015-12-141-0/+5
|
* Note explicit support for Python 3.5Felix Yan2015-11-031-1/+1
|
* Tox cleanups:Tres Seaver2015-03-011-12/+5
| | | | | | - Drop redundant 'py32' environ. - Switch to 'usedevelop=true' for nose / coverage. - Drop explicit jython env (tox will DTRT when jython works with it).
* Document hangup for Jython 2.7b1 support.Tres Seaver2014-12-081-3/+3
|
* Test pypy3.Tres Seaver2014-12-081-1/+1
|
* Note explicit support for Python 3.4.Tres Seaver2014-03-171-1/+1
|
* Make Python 2.7 run coverage tests and doc generation.Stephan Richter2014-02-041-7/+7
|
* Note support for Python 3.3.Tres Seaver2012-11-211-1/+1
|
* Automate build of Sphinx HTML docs and running doctest snippets via tox.Tres Seaver2012-05-091-1/+11
|
* Tox doesn't need zope.fixers under 3.2.Tres Seaver2012-04-061-1/+0
|
* Note new second-dot version due to change in supported Python platforms:Tres Seaver2012-03-301-1/+13
| | | | | | | | - Drop support for Python 2.4, 2.5, 3.1. - Note that Jython support is pending the arrival of 2.7 compatibiltiy. Also, add a 'covarage' environment to the Tox support.
* Merge chrism-componentregistry branch: Chris McDonough2011-09-151-1/+7
| | | | | svn merge -r122752:122809 svn+ssh://svn.zope.org/repos/main/zope.interface/branches/chrism-componentregistry
* - Add a tox.ini for easier xplatform testing.Chris McDonough2011-07-151-0/+11