I have been talking about it with various people lately and am now happy announce the first release of "tox".
tox aims to automate tedious Python related test activities driven from a simple ``tox.ini`` file, including: * creation and management of virtualenv environments * installing your Python package into each of them * run your test tool of choice (nose, py.test, unittests, you name it) * testing packages against each other without needing to upload to PyPI tox runs well on Python2.4 up until Python3.1 and integrates well with Continous Integration servers like Hudson. There are many real-life examples and a fair amount of docs. Read up on http://codespeak.net/tox and please report any issues. This is a fresh project and i'd like to drive further improvements from real world needs and feedback. thanks & cheers, holger krekel -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/