[ci] avoid building twice on appveyor
authorPaul Brossier <piem@piem.org>
Tue, 20 Nov 2018 22:51:18 +0000 (23:51 +0100)
committerPaul Brossier <piem@piem.org>
Tue, 20 Nov 2018 22:51:18 +0000 (23:51 +0100)
.appveyor.yml

index 9b1dcbc..d7c51f2 100644 (file)
@@ -65,8 +65,6 @@ build_script:
   - python waf configure build install --verbose --msvc_version="msvc 14.0"
   # clean before building python package
   - python waf distclean
-  # build python module without using libaubio
-  - pip wheel -v -v -v --wheel-dir=dist .
   # build, upload and install wheel (inspired by numpy's appveyor)
   - ps: |
       pip wheel -v -v -v --wheel-dir=dist .