AppVeyor: fix shiboken2 installed version to 5.12.0

This commit is contained in:
Alberto Sottile 2019-02-01 14:15:06 +01:00
parent a5075816f0
commit a228016c27

View File

@ -21,7 +21,7 @@ init:
- curl -L https://bintray.com/alby128/Syncplay/download_file?file_path=py2exe-0.9.2.2-py33.py34.py35-none-any.whl -o py2exe-0.9.2.2-py33.py34.py35-none-any.whl - curl -L https://bintray.com/alby128/Syncplay/download_file?file_path=py2exe-0.9.2.2-py33.py34.py35-none-any.whl -o py2exe-0.9.2.2-py33.py34.py35-none-any.whl
- pip install py2exe-0.9.2.2-py33.py34.py35-none-any.whl - pip install py2exe-0.9.2.2-py33.py34.py35-none-any.whl
- del py2exe-0.9.2.2-py33.py34.py35-none-any.whl - del py2exe-0.9.2.2-py33.py34.py35-none-any.whl
- pip install PySide2==5.12.0 - pip install shiboken2==5.12.0 PySide2==5.12.0
- pip freeze - pip freeze
install: install: