Last active
December 9, 2017 15:07
-
-
Save encukou/530325e64934470c4a3620e65f28f0b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clone_folder: c:\projects\kalkulacka | |
clone_depth: 2 | |
platform: x64 | |
environment: | |
matrix: | |
- PYTHON: "C:\\Python36-x64" | |
cache: | |
- C:\Users\appveyor\pip\wheels | |
- '%LOCALAPPDATA%\pip\Cache' | |
install: | |
- "%PYTHON%\\python.exe -m pip install -U pip" | |
- "%PYTHON%\\python.exe -m pip install pyQt5 pytest pyinstaller" | |
build: off | |
test_script: | |
- "%PYTHON%\\python.exe -m pytest test_kalkulacka" | |
after_test: | |
- "%PYTHON%\\python.exe -m PyInstaller __main__.py -n kalkulacka-app --exclude-module tkinter --add-data kalkulacka;kalkulacka -F -w" | |
artifacts: | |
- path: dist\* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment