From 7570446bb78459c07ff965bfb0671b6d03469d4c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 12 Jun 2013 21:37:12 +0100 Subject: Add python-coverage Some of my projects get a version number in setup.py by importing a module in the source, and that module then imports coverage. If coverage is not installed in the jenkins host, things break. Thus, I'm adding python-coverage to the list of packages to install on the jenkins host. --- vm-data/jenkins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-data/jenkins.conf b/vm-data/jenkins.conf index 12ff99e..377185b 100644 --- a/vm-data/jenkins.conf +++ b/vm-data/jenkins.conf @@ -4,5 +4,5 @@ hostname = jenkins arch = amd64 image = jenkins.img customize = vm-data/jenkins.customize -package = acpid, acpi-support-base, bzr, git, ssh, vim, less, rsync, apache2, reprepro, sudo, graphviz +package = acpid, acpi-support-base, bzr, git, ssh, vim, less, rsync, apache2, reprepro, sudo, graphviz, python-coverage -- cgit v1.2.1