Skip to content

Commit

Permalink
OS X CI: Install pyside+qt from third party source
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Mar 23, 2017
1 parent b3c41cf commit cd6e4b6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,18 @@ install:

- 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.
- python setup.py develop

Expand Down

0 comments on commit cd6e4b6

Please sign in to comment.