aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorm0sia <m0sia@m0sia.ru>2018-03-21 15:39:44 -0500
committerGitHub <noreply@github.com>2018-03-21 15:39:44 -0500
commit9467961a97d08fc6d828669ba7a8af9388d002a8 (patch)
treef68d99b5ee04dd8d7e17fa1d62f8760910ef9046 /appveyor.yml
parenta57ca8fafbf50783736c1be8e423347565185b3e (diff)
downloadpyParrotZikTCP-9467961a97d08fc6d828669ba7a8af9388d002a8.tar.xz
pyParrotZikTCP-9467961a97d08fc6d828669ba7a8af9388d002a8.zip
Create appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml15
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