Commit b43f5a18 authored by Lisandro Dalcin's avatar Lisandro Dalcin

AppVeyor: Do not build legacy msi and exe installers

parent aeec53ba
...@@ -67,10 +67,7 @@ install: ...@@ -67,10 +67,7 @@ install:
build: off build: off
build_script: build_script:
- "%WITH_ENV% %PYTHON%\\python.exe setup.py build" - "%WITH_ENV% %PYTHON%\\python.exe setup.py bdist_wheel"
- "%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"
test: off test: off
test_script: test_script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment