Python Projects Continuous Integration

Ziga Seilnacht ziga.seilnacht at gmail.com
Mon Aug 7 03:55:20 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.
>
> Cheers,
>
> Dave.

Buildbot might be what you are looking for:
http://buildbot.sourceforge.net/

Hope this helps,
Ziga




More information about the Python-list mailing list