summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-12 21:37:12 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-12 21:37:12 +0100
commit7570446bb78459c07ff965bfb0671b6d03469d4c (patch)
treef2ada05e29643a8716ad76a20c38ee9db1efa998
parent827a2fef00d501b9e6bf20658bfbf31a30ee17dc (diff)
downloadjenkinstool-7570446bb78459c07ff965bfb0671b6d03469d4c.tar.gz
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.
-rw-r--r--vm-data/jenkins.conf2
1 files changed, 1 insertions, 1 deletions
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