[TIP] [tox] multiple overlapping axis with Jenkins

Robert Collins robertc at robertcollins.net
Tue Jan 3 18:01:54 PST 2012


On Wed, Jan 4, 2012 at 5:59 AM, Chris Withers <chris at simplistix.co.uk> wrote:
>
> I don't follow how Jenkins would combine TOXENV1 and TOXENV2 (as above) into
> a TOXENV variable that tox would use?

matrix dimension 1 exports TOXENV1 values
matrix dimension 2 exports TOXENV2 values
the template build sets
TOXENV=${TOXENV1} ${TOXENV2}

(Assuming you generate one build for each value in toxenv1 etc)

-Rob



More information about the testing-in-python mailing list