[TIP] [tox] multiple source dependencies

holger krekel holger at merlinux.eu
Mon Jul 9 06:45:40 PDT 2012


Hi Chris,

On Mon, Jul 09, 2012 at 07:10 +0100, Chris Withers wrote:
> 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?

Did you checkout the docs at:

http://tox.readthedocs.org/en/latest/example/jenkins.html#access-package-artifacts-between-jenkins-jobs

?

best,
holger

> cheers,
> 
> Chris
> 
> -- 
> Simplistix - Content Management, Batch Processing & Python Consulting
>             - http://www.simplistix.co.uk
> 
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
> 



More information about the testing-in-python mailing list