We released today a new version of the ShiningPanda plugin for Jenkins. For those who don't know this plugin yet, it is probably the easiest way to setup your Python projects with Jenkins. But let's have a look at the new features:
Python installations
Python installations now accept a path to a Python binary in the Home or executable fields. This is useful for multiple system installations in /usr on Unix.
Custom working directory
ShiningPanda creates files in JENKINS_HOME/shiningpanda, notably virtualenvs for various builders. This option let you change this working directory. You can for instance use ...