From b43f5a1833e6dffd7cbc661bcca943baa4824833 Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Fri, 2 Oct 2015 16:15:57 +0300 Subject: AppVeyor: Do not build legacy msi and exe installers --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'appveyor.yml') 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: -- cgit v1.2.1