Unlike compiled languages, Python doesn’t need a "build" per se. Python projects can still benefit greatly from using Jenkins for continuous integration and delivery.
In the Python ecosystem there are tools which can be integrated into Jenkins for testing/reporting such as:
pylint for generating code quality reports which can be integrated directly into Jenkins for trending and reporting purposes.
(images courtesy of Alex Conrad)