From 3313b4f9c3c5d6a579588e77068ca3ae3edffe2b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 25 Jan 2021 14:26:08 +0100 Subject: Adding 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=<