Python Projects Continuous Integration

Grig Gheorghiu grig.gheorghiu at gmail.com
Mon Aug 7 17:57:04 EDT 2006


Ziga Seilnacht wrote:
> 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

+1 for buildbot. It is amazingly flexible and powerful, once you get
past staring at the configuration file and trying to make sense of it.
Here's a blog post I wrote that can help you get started:
<http://agiletesting.blogspot.com/2006/02/continuous-integration-with-buildbot.html>.

Hope this helps,

Grig




More information about the Python-list mailing list