From a252de97a28905c095605a731a2f30a809bb6ece Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Sat, 19 Dec 2015 20:40:15 +0100
Subject: [PATCH] With notify2

---
 ci/travis/build.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ci/travis/build.sh b/ci/travis/build.sh
index 26757003..b044d976 100755
--- a/ci/travis/build.sh
+++ b/ci/travis/build.sh
@@ -8,6 +8,12 @@ pyenv activate sakia-env
 pip install coveralls
 pip install cx_Freeze
 pip install -r requirements.txt
+if [ $TRAVIS_OS_NAME == "linux" ]
+then
+    pip install -U git+https://github.com/posborne/dbus-python.git
+    pip install notify2
+fi
+
 python gen_resources.py
 python gen_translations.py
 
-- 
GitLab