From 3c92873fb1eee2e46b496bdea31770f524fc3be2 Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Sat, 23 Jan 2016 19:06:47 +0100
Subject: [PATCH] Try with develop version

---
 ci/travis/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/travis/build.sh b/ci/travis/build.sh
index 1f461dab..36129311 100755
--- a/ci/travis/build.sh
+++ b/ci/travis/build.sh
@@ -6,7 +6,7 @@ eval "$(pyenv virtualenv-init -)"
 cd $HOME/build/ucoin-io/sakia
 pyenv activate sakia-env
 pip install coveralls
-pip install pyinstaller
+pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
 pip install -r requirements.txt
 if [ $TRAVIS_OS_NAME == "linux" ]
 then
-- 
GitLab