Added commit hash check of the PySide2 wheel
This commit is contained in:
parent
d8ed933abc
commit
07b5fb7e7e
@ -20,7 +20,8 @@ before_install:
|
||||
- ln -s /usr/local/lib/python2.7/site-packages/PySide2/libpyside2-python2.7v.2.0.0.dylib /usr/local/lib/
|
||||
- ln -s /usr/local/lib/python2.7/site-packages/PySide2/libpyside2-python2.7v.2.0.dylib /usr/local/lib/
|
||||
- ln -s /usr/local/lib/python2.7/site-packages/PySide2/libpyside2-python2.7v.dylib /usr/local/lib/
|
||||
- python -c "from PySide2 import QtCore"
|
||||
#- python -c "from PySide2 import QtCore"
|
||||
- python -c "from PySide2 import __build_commit_hash__; print __build_commit_hash__"
|
||||
- hg clone https://alby128@bitbucket.org/alby128/py2app
|
||||
- cd py2app
|
||||
- python setup.py install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user