From 4fee3e091a8d79a40f70ff9c1f87b29b9340049a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 25 Jan 2021 14:26:11 +0100 Subject: Merging upstream version 0.15.0. Signed-off-by: Daniel Baumann --- Vagrantfile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 7684c1a..f913248 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,18 +7,19 @@ INSTALL_DEPS=<> /home/vagrant/.bashrc -grep 'source .venv27/bin/activate' /home/vagrant/.bashrc || echo 'source .venv27/bin/activate' >> /home/vagrant/.bashrc +grep 'source .venv36/bin/activate' /home/vagrant/.bashrc || echo 'source .venv36/bin/activate' >> /home/vagrant/.bashrc EOF INSTALL_JENKINS=<