Continuous integration for Python projects

BlueBird phil at freehackers.org
Wed Jul 30 07:24:15 EDT 2008


On Jul 29, 4:56 pm, "Diez B. Roggisch" <de... at nospam.web.de> wrote:
> 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)
>

I have CC almost running here with python tests and there is no
technical problem in front. You must package your test scripts so that
they exit with something different than 0 in case of failure, and then
just use the Exec runner of CC to run them.




More information about the Python-list mailing list