Pin PyInstaller
This commit is contained in:
parent
aad765a7bb
commit
4bb98da521
@ -26,7 +26,7 @@ install:
|
|||||||
# Install dependencies for tests.
|
# Install dependencies for tests.
|
||||||
- pip install -r tests/requirements.txt | cat
|
- pip install -r tests/requirements.txt | cat
|
||||||
|
|
||||||
- pip install git+http://github.com/pyinstaller/pyinstaller
|
- pip install git+http://github.com/pyinstaller/pyinstaller@5f91905
|
||||||
|
|
||||||
# Install qt4 from third-party source
|
# Install qt4 from third-party source
|
||||||
# https://github.com/cartr/homebrew-qt4
|
# https://github.com/cartr/homebrew-qt4
|
||||||
|
@ -42,7 +42,7 @@ install:
|
|||||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
- pip install https://github.com/mcedit/mcedit2-deps/raw/master/wheels/PySide-1.2.2-cp27-none-win%WHL_ARCH%.whl
|
- pip install https://github.com/mcedit/mcedit2-deps/raw/master/wheels/PySide-1.2.2-cp27-none-win%WHL_ARCH%.whl
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install git+http://github.com/pyinstaller/pyinstaller
|
- pip install git+http://github.com/pyinstaller/pyinstaller@5f91905
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- pyinstaller mcedit2.spec
|
- pyinstaller mcedit2.spec
|
||||||
|
Reference in New Issue
Block a user