From cb838fe2ac862f269785cbae8e9caa3a106ef0c7 Mon Sep 17 00:00:00 2001 From: Stefan Kobza Date: Thu, 11 Feb 2016 09:22:35 +0100 Subject: Add virtualenv and pip to jenkins executor image. Change-Id: I4315eeacff98fa4c9a41a53e608b90a68024d92f Signed-off-by: Stefan Kobza --- vagrant/basebuild/Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vagrant/basebuild') diff --git a/vagrant/basebuild/Vagrantfile b/vagrant/basebuild/Vagrantfile index 3cbf092b3..c1cb5f4a0 100644 --- a/vagrant/basebuild/Vagrantfile +++ b/vagrant/basebuild/Vagrantfile @@ -66,6 +66,9 @@ Vagrant.configure(2) do |config| echo "hugetlbfs /mnt/huge hugetlbfs defaults 0 0" >> /etc/fstab mount /mnt/huge + # Install virtualenv for test execution + apt-get install -y --force-yes python-virtualenv python-pip python-dev + SHELL ################# -- cgit 1.2.3-korg