diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 16:01:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 16:01:29 -0500 |
commit | 3ee1e128d9f34e1baa6b505aa4aac36c97f782aa (patch) | |
tree | 406f7377e166aa254689ab5cba6b47df046f5c38 | |
parent | d5c215f115d7a2fce8ae449f20efba7f04c76086 (diff) | |
download | pyParrotZikTCP-3ee1e128d9f34e1baa6b505aa4aac36c97f782aa.tar.xz pyParrotZikTCP-3ee1e128d9f34e1baa6b505aa4aac36c97f782aa.zip |
Update appveyor.yml
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index f7e6a4d..fbfd6cf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ cache: build: off after_test: - - "%PYTHON%\\python.exe setup.py py2exe" + - "%PYTHON%\\python.exe setup.py" artifacts: - path: pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip |