From 9467961a97d08fc6d828669ba7a8af9388d002a8 Mon Sep 17 00:00:00 2001 From: m0sia Date: Wed, 21 Mar 2018 15:39:44 -0500 Subject: Create appveyor.yml --- appveyor.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..4546b10 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,15 @@ +environment: + + matrix: + - PYTHON: "C:\\Python34" + +install: + - "%PYTHON%\\python.exe -m pip install -r requirements.txt" + +build: off + +after_test: + - "%PYTHON%\\python.exe setup.py py2exe" + +artifacts: + - path: pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip -- cgit v1.2.1