- Add support for Python 3.5, 3.6, 3.7, 3.8, PyPy2 and PyPy3.
- Fix file descriptor leaks. See `issue 1 <https://github.com/zopefoundation/z3c.recipe.compattest/issues/1>`_.
1.0
================
- Depend on buildout 2 and zc.recipe.testrunner 2.
0.13.1
===================
- Fix tests on windows.
- Fix for use with a python executable from inside a virtualenv.
0.13
=================
- Depend on and use the new features of the zc.buildout 1.5 line. At the same time support for zc.buildout <= 1.5.1 has been dropped.
- Updated test set up, to run with newer ``zope.testing`` version which no longer includes testrunner.
- The z3c.recipe.scripts.scripts recipe behind zc.recipe.testrunner.TestRunner does not accept plain dicts anymore, so we wrap the options in a _BackwardsSupportOptions object. Ideally this should've use an official API though.