Skip to content
Snippets Groups Projects
Commit 1cfbb822 authored by inso's avatar inso
Browse files

Fix build #750

parent 982e13b6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment