Continuous integration for Python projects

Leonid Shalupov shalupov at diverse.org.ru
Thu Jul 31 08:11:34 EDT 2008


Hello,

Hussein B wrote:
> 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?
You can use TeamCity.

Build and test your project with command-line runner and
make sure you've installed modules for reporting
tests to TeamCity.

http://www.jetbrains.net/confluence/display/TW/Python+Unit+Test+Reporting

--
Leonid.




More information about the Python-list mailing list