Skip to content

Instantly share code, notes, and snippets.

@encukou
Last active December 9, 2017 15:07
Show Gist options
  • Save encukou/530325e64934470c4a3620e65f28f0b8 to your computer and use it in GitHub Desktop.
Save encukou/530325e64934470c4a3620e65f28f0b8 to your computer and use it in GitHub Desktop.
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