mirror of https://github.com/Syncplay/syncplay
Travis: update PySide2 and requests
This commit is contained in:
parent
9e4ea68171
commit
cae874b7b4
|
@ -19,8 +19,8 @@ before_install:
|
|||
- which pip3
|
||||
- pip3 --version
|
||||
- brew install qt
|
||||
- curl -L https://bintray.com/alby128/Syncplay/download_file?file_path=PySide2-5.11.0-5.11.0-cp36-cp36m-macosx_10_11_x86_64.whl -o PySide2-5.11.0-5.11.0-cp36-cp36m-macosx_10_11_x86_64.whl
|
||||
- pip3 install PySide2-5.11.0-5.11.0-cp36-cp36m-macosx_10_11_x86_64.whl
|
||||
- curl -L https://bintray.com/alby128/Syncplay/download_file?file_path=PySide2-5.11.1-5.11.1-cp36-cp36m-macosx_10_11_x86_64.whl -o PySide2-5.11.1-5.11.1-cp36-cp36m-macosx_10_11_x86_64.whl
|
||||
- pip3 install PySide2-5.11.1-5.11.1-cp36-cp36m-macosx_10_11_x86_64.whl
|
||||
- ln -s /usr/local/lib/python3.6/site-packages/PySide2/libpyside2.cpython-36m-darwin.5.11.dylib /usr/local/lib/
|
||||
- ln -s /usr/local/lib/python3.6/site-packages/PySide2/libshiboken2.cpython-36m-darwin.5.11.dylib /usr/local/lib/
|
||||
- python3 -c "from PySide2 import __version__; print(__version__)"
|
||||
|
@ -31,9 +31,7 @@ before_install:
|
|||
- python3 -c "from py2app.recipes import pyside2"
|
||||
|
||||
install:
|
||||
- pip3 install twisted appnope
|
||||
- pip3 install -U https://github.com/requests/requests/zipball/master
|
||||
|
||||
- pip3 install twisted appnope requests
|
||||
|
||||
before_deploy:
|
||||
- pip3 install dmgbuild
|
||||
|
|
Loading…
Reference in New Issue