On Jul 29, 4:56 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> 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.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to