AppVeyor: revert to PySide2 5.12.0

This commit is contained in:
Alberto Sottile 2019-03-26 20:08:42 +01:00 committed by albertosottile
parent 594d1697de
commit 4aecf2c1c1

View File

@ -25,7 +25,7 @@ init:
- curl -L https://bintray.com/alby128/py2exe/download_file?file_path=py2exe-0.9.3.0-cp36-none-win32.whl -o py2exe-0.9.3.0-cp36-none-win32.whl
- pip install py2exe-0.9.3.0-cp36-none-win32.whl
- del py2exe-0.9.3.0-cp36-none-win32.whl
- pip install PySide2
- pip install shiboken2==5.12.0 PySide2==5.12.0
- pip freeze
install: