diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 15:39:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 15:39:44 -0500 |
commit | 9467961a97d08fc6d828669ba7a8af9388d002a8 (patch) | |
tree | f68d99b5ee04dd8d7e17fa1d62f8760910ef9046 | |
parent | a57ca8fafbf50783736c1be8e423347565185b3e (diff) | |
download | pyParrotZikTCP-9467961a97d08fc6d828669ba7a8af9388d002a8.tar.xz pyParrotZikTCP-9467961a97d08fc6d828669ba7a8af9388d002a8.zip |
Create appveyor.yml
-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 |