We are glad to announce the release of the shiningpanda-plugin for Jenkins! Building Python projects with Jenkins is now easier than ever!
The shiningpanda-plugin gives you three builders: Virtualenv Builder, Custom Virtualenv Builder and Standard Python Builder. It also provides you with an axis to easily test on multiple Python versions.
You can check the documentation here.
Virtualenv Builder
This is the builder we advise people to use: it uses virtualenv to create an isolated Python environment, using the specified Python version. virtualenv will create its own instalation directory, and any library you install will go there.