From 1cfbb822e9a89c711bbc49b69ad3db32eb8fcdce Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Mon, 23 Oct 2017 12:54:48 +0200 Subject: [PATCH] Fix build #750 --- ci/appveyor/build.cmd | 2 +- ci/travis/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/appveyor/build.cmd b/ci/appveyor/build.cmd index 37c9a8dd..a28c0711 100644 --- a/ci/appveyor/build.cmd +++ b/ci/appveyor/build.cmd @@ -12,7 +12,7 @@ call pyuic5 --version pyrcc5 -version pip install -r requirements.txt -pip install pyinstaller +pip install pyinstaller==3.2 pip install six pip install packaging diff --git a/ci/travis/build.sh b/ci/travis/build.sh index 3d806dce..c5f80df5 100755 --- a/ci/travis/build.sh +++ b/ci/travis/build.sh @@ -9,7 +9,7 @@ pip install --upgrade pip pyenv rehash pip install coveralls pip install pytest-cov -pip install pyinstaller +pip install pyinstaller==3.2 pip install PyQt5==5.8.2 pip install -r requirements.txt if [ $TRAVIS_OS_NAME == "linux" ] -- GitLab