TeamCity 2020.2 comes with first-class native Python Support, and you no longer need to use a third-party plugin to build your Python projects.
It supports all popular Python build workflows:
Run files, modules, or custom scripts.
Execute pytests or unittests.
Run linters, like flake8 or pylint.
U…