From 4f68229e7d9680e12f7cf1c9ddc516659e98500a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Milk?= <rene.milk@wwu.de>
Date: Mon, 11 Dec 2017 15:14:31 +0100
Subject: [PATCH] [ci] activate venv in test script

---
 .travis.script.bash | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.script.bash b/.travis.script.bash
index 040cacf8c..9623e3306 100755
--- a/.travis.script.bash
+++ b/.travis.script.bash
@@ -6,6 +6,8 @@
 set -e
 set -x
 
+${DUNE_VENV_ACTIVATE}
+
 WAIT="${SUPERDIR}/scripts/bash/travis_wait_new.bash 45"
 source ${SUPERDIR}/scripts/bash/retry_command.bash
 
-- 
GitLab