From 8763553af1943145a02ed1e739224c950fbf31cf Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Mon, 1 Feb 2016 20:01:29 +0100
Subject: [PATCH] Use pyinstaller 3.1.1

---
 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 bd31a385..14014313 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 https://github.com/pyinstaller/pyinstaller/archive/develop.zip
+pip install pyinstaller
 pip install -r requirements.txt
 if [ $TRAVIS_OS_NAME == "linux" ]
 then
-- 
GitLab