Continuous integration for Python projects

Diez B. Roggisch deets at nospam.web.de
Tue Jul 29 10:56:16 EDT 2008


Hussein B 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?

Hudson can, and AFAIK CC as well - they only invoke shell-scripts (at least
hudson does, and CC you can convince doing that using ANT)

So go ahead and use them - shouldn't be much (more) effort than for java
projects.

Diez



More information about the Python-list mailing list