File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ script:
3737after_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
4142deploy :
4243 - provider : pypi
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments