skip to navigation
skip to content

buildout-tox 1.0dev

zc.buildout recipe to build and test packages in multiple environments.

This is a buildout recipe to build and test packages in multiple environments. It is inspired by Holger Krekel's excellent Tox package for virtualenv but focuses instead on package development using buildout.

Warning

This package is not currently being developed and was never completed!

The author discovered that Tox itself can be used with buildout and provides a good way of checking that package distributions contain what is required.

For an example of this usage pattern, see the TestFixtures package.