Skip to content

Commit a353964

Browse files
committed
migrate to pyinstaller 3.6
1 parent eb89348 commit a353964

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ script:
3737
after_success:
3838
- codecov
3939
- python setup.py sdist bdist_wheel
40+
- pip install pyinstaller==3.6
4041
- bash ./.travis/${TRAVIS_OS_NAME}_build_app.sh Shape-Out $TRAVIS_TAG
4142
deploy:
4243
- provider: pypi

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,11 @@ install:
2626
- "python --version"
2727
# Install shapeout2 and its dependencies
2828
- "appveyor-retry python -m pip install --upgrade pip"
29-
# PyInstaller does not know where scipy DLLs are on Windows
30-
# https://github.com/pyinstaller/pyinstaller/issues/4533
31-
- "appveyor-retry python -m pip install scipy==1.3.1"
3229
- "appveyor-retry pip install -e ."
3330
- "appveyor-retry pip install git+git://github.com/ZELLMECHANIK-DRESDEN/dclab.git"
3431
- "appveyor-retry pip install git+git://github.com/ZELLMECHANIK-DRESDEN/pyqtgraph.git"
3532
# Install pyinstaller (includes dependency for pywin32)
36-
- "appveyor-retry pip install pyinstaller==3.4"
33+
- "appveyor-retry pip install pyinstaller==3.6"
3734
# Show the installed packages
3835
- "pip freeze"
3936

0 commit comments

Comments
 (0)