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 -- http://mail.python.org/mailman/listinfo/python-list