File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ install:
2929 - " appveyor-retry pip install -e ."
3030 - " appveyor-retry pip install git+git://github.com/ZELLMECHANIK-DRESDEN/dclab.git"
3131 - " appveyor-retry pip install git+git://github.com/ZELLMECHANIK-DRESDEN/pyqtgraph.git"
32- # Install pyinstaller (includes dependency for pywin32)
33- - " appveyor-retry pip install pyinstaller==3.6"
3432 # Show the installed packages
3533 - " pip freeze"
3634
@@ -51,6 +49,8 @@ after_test:
5149 - " python setup.py bdist_wheel"
5250 - " python setup.py sdist"
5351 - ps : " ls dist"
52+ # Install pyinstaller (includes dependency for pywin32)
53+ - " appveyor-retry pip install pyinstaller==3.6"
5454 # Run pyinstaller
5555 - " pyinstaller -y --log-level=WARN .appveyor\\ shapeout2.spec"
5656 # Create InnoSetup installers
You can’t perform that action at this time.
0 commit comments