Skip to content

Commit

Permalink
Merge pull request #113 from rgommers/appveyor
Browse files Browse the repository at this point in the history
TST: don't build .exe installers on Appveyor anymore, only wheels.
  • Loading branch information
aaren committed Aug 19, 2015
2 parents c414763 + f21498e commit f51acdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AppVeyor.com is a Continuous Integration service to build and run tests under
# Windows
# https://ci.appveyor.com/project/rgommers/pywt
# https://ci.appveyor.com/project/PyWavelets/pywt

environment:
global:
Expand Down Expand Up @@ -42,8 +42,8 @@ install:
# Setuptools too old on Appveyor, messes up PEP 440 version string (replaces
# + with -) which prevents pip from installing the built wheel.
- "pip install -U --no-deps setuptools"
# Build a wheel and a .exe installer
- "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst"
# Build a wheel (installer)
- "%CMD_IN_ENV% python setup.py bdist_wheel"
- ps: "ls dist"

# Install the generated wheel package to test it
Expand Down

0 comments on commit f51acdd

Please sign in to comment.