Skip to content

Commit

Permalink
Pin PyInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Aug 14, 2018
1 parent aad765a commit 4bb98da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bb98da

Please sign in to comment.