diff options
-rw-r--r-- | appveyor.yml | 15 |
1 files changed, 15 insertions, 0 deletions
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 |