From 4bb98da521447b6cf43d923cea9f00acf2f427e9 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Tue, 14 Aug 2018 11:14:32 -1000 Subject: [PATCH] Pin PyInstaller --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 922bc57e..fd4fde0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ install: # Install dependencies for tests. - 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 # https://github.com/cartr/homebrew-qt4 diff --git a/appveyor.yml b/appveyor.yml index 7bce28ba..bde5bd6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,7 +42,7 @@ install: - "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 -r requirements.txt - - pip install git+http://github.com/pyinstaller/pyinstaller + - pip install git+http://github.com/pyinstaller/pyinstaller@5f91905 build_script: - pyinstaller mcedit2.spec