From 48b54df31b0c19362e9a9146b935e633acf6efa3 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Sat, 8 Apr 2017 12:25:17 +0200 Subject: [PATCH] Install PyQt 5.8.2 --- 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 0cec2f7c..e519047a 100755 --- a/ci/travis/build.sh +++ b/ci/travis/build.sh @@ -10,7 +10,7 @@ pyenv rehash pip install coveralls pip install pytest-cov pip install pyinstaller -pip install PyQt5==5.7.1 +pip install PyQt5==5.8.2 pip install -r requirements.txt if [ $TRAVIS_OS_NAME == "linux" ] then -- GitLab