[TIP] [tox] how to specify which "extras" to install when testing my package

Chris Withers chris at simplistix.co.uk
Mon Dec 12 11:50:40 PST 2011


Hi All,

Although I use buildout to develop my packages, I'm hoping to use Tox to 
test that the packages work with all versions of Python and on all 
supported platforms.

In order to run the tests, I need to install with a setuptools "extras" 
requirements such as:

easy_install testfixtures[test]

How do I do that with Tox?

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk



More information about the testing-in-python mailing list