Python Projects Continuous Integration

Fuzzyman fuzzyman at gmail.com
Mon Aug 7 17:41:15 EDT 2006


Dave Potts wrote:
> Hi,
>
> I'm just starting a development project in Python having spent time in
> the Java world.  I was wondering what tool advice you could give me
> about setting up a continuous integration environment for the python
> code: get the latest source, run all the tests, package up, produce the
> docs, tag the code repository.  I'm used to things like Maven and
> CruiseControl in the Java world.
>

Hello Dave,

At Resolver Systems we use Cruise Control .NET along with IronPython
and Subversion to provide Source Code Control and continuous
integration. The combination is *great*.

I've never had to configure it (I just poke it occassionally), but it
*looks* like it should be usable with non .NET projects: we have it
running all sorts of batch files and Python scripts as part of the
built and test process.

All the best,

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml

> Cheers,
> 
> Dave.




More information about the Python-list mailing list