TeamCity for Python/Django continuous integration
问题 I've set up TeamCity on a Linux (Ubuntu) box and would like to use it for some of Python/Django projects. The problem is that I don't really see what to do next - I tried searching for a Python specific build agent for TeamCity but without much of the success. How can I manage that? 回答1: Ok, so there's how to get it working with proper TeamCity integration: Presuming you have TeamCity installed with at least 1 build agent available 1) Configure your build agent to execute manage.py test 2)