[TIP] [tox] multiple source dependencies

Chris Withers chris at simplistix.co.uk
Sun Jul 8 23:10:55 PDT 2012


Hi All,

I'm trying to get some CI testing up and running for the python-excel 
packages: xlrd, xlwt and xlutils.

xlutils depends on xlrd and xlwt, and I'd like to run the xlutils tests 
every time xlrd and xlwt checkins are made.

To this end, I plan to have two Jenkins jobs which each build an sdist, 
one for xlrd and one for xlwt, and which trigger the xlutils jobs. One 
of those will be a tox run.

I'd like that run to use the sdists built by the xlrd and xlwt jobs, 
rather than downloading from PyPI or using git urls. How can I do that?

cheers,

Chris

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



More information about the testing-in-python mailing list