[TIP] [tox] how to test svn trunk / git master for required libraries?

Chris Withers chris at simplistix.co.uk
Tue Mar 6 20:36:11 PST 2012


On 06/03/2012 11:51, Maru Newby wrote:
>>>>>>>>
> [tox]
> envlist = py26,trunk
>
> [testenv]
> deps =
>    xlrd
>    xlwt
> commands = nosetests
>
> [testenv:trunk]
> deps =
>    svn+[xlrd url]#egg=xlrd
>    svn+[xlwt url]#egg=xlwt
>
> <<<<<<<<
>
> Does this help?

Yes, it does. What if they're coming from git instead of svn?

cheers,

Chris

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



More information about the testing-in-python mailing list