Continuous integration for Python projects

Jean-Paul Calderone exarkun at divmod.com
Tue Jul 29 11:00:53 EDT 2008


On Tue, 29 Jul 2008 07:47:35 -0700 (PDT), Hussein B <hubaghdadi at gmail.com> wrote:
>Hi.
>Please correct my if I'm wrong but it seems to me that the major
>continuous integration servers (Hudson, CruiseControl, TeamCity ..)
>don't support Python based application.
>It seems they mainly support Java, .NET and Ruby.
>Can I use one of the previous listed servers for Python project?
>Thanks.

I haven't used CruiseControl or the other CIS you mention, but I
suspect they can probably support Python programs.  The CruiseControl
docs suggest that it supports builder plugins which can do arbitrary
things.

However, one CIS written in Python (which can also handle arbitrary
builds, not just builds of Python software) is buildbot:

   http://buildbot.net/

Jean-Paul



More information about the Python-list mailing list