OS X CI: Install pyside+qt from third party source
This commit is contained in:
parent
b3c41cf81b
commit
cd6e4b633b
13
.travis.yml
13
.travis.yml
@ -28,7 +28,18 @@ install:
|
|||||||
|
|
||||||
- pip install git+http://github.com/pyinstaller/pyinstaller
|
- pip install git+http://github.com/pyinstaller/pyinstaller
|
||||||
|
|
||||||
- brew install pyside pyside-tools
|
# Install qt4 from third-party source
|
||||||
|
# https://github.com/cartr/homebrew-qt4
|
||||||
|
- brew tap cartr/qt4
|
||||||
|
- brew tap-pin cartr/qt4
|
||||||
|
- brew install cartr/qt4/qt
|
||||||
|
- brew install pyside@1.2 pyside-tools@1.2
|
||||||
|
|
||||||
|
# where are libs?
|
||||||
|
- python -c 'from PySide.QtCore import QCoreApplication;app = QCoreApplication([]);print([str(p) for p in app.libraryPaths()])'
|
||||||
|
|
||||||
|
# - brew install pyside pyside-tools
|
||||||
|
|
||||||
# Install mcedit.
|
# Install mcedit.
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user