summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLisandro Dalcin <dalcinl@gmail.com>2015-10-02 16:15:57 +0300
committerLisandro Dalcin <dalcinl@gmail.com>2015-10-02 16:15:57 +0300
commitb43f5a1833e6dffd7cbc661bcca943baa4824833 (patch)
tree2fd4462570c088c7853f54317484584576ca080e /appveyor.yml
parentaeec53baa40e03b621e9e762c213bdef503d80fd (diff)
downloadcython-b43f5a1833e6dffd7cbc661bcca943baa4824833.tar.gz
AppVeyor: Do not build legacy msi and exe installers
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index af883edb9..1bc9b8802 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -67,10 +67,7 @@ install:
build: off
build_script:
- - "%WITH_ENV% %PYTHON%\\python.exe setup.py build"
- - "%WITH_ENV% %PYTHON%\\python.exe setup.py --quiet bdist_wheel"
- - "%WITH_ENV% %PYTHON%\\python.exe setup.py --quiet bdist_msi"
- - "%WITH_ENV% %PYTHON%\\python.exe setup.py --quiet bdist_wininst"
+ - "%WITH_ENV% %PYTHON%\\python.exe setup.py bdist_wheel"
test: off
test_script: