.appveyor.yml: remove def output, do not try to build python-aubio against libaubio
[aubio.git] / .appveyor.yml
index 9349f48..a39cd42 100644 (file)
@@ -61,8 +61,6 @@ build_script:
   - "python python\\demos\\demo_create_test_sounds.py"
   - "nose2 --verbose"
   # clean up
-  - waf distclean
+  - "python waf distclean"
   # build libaubio
-  - waf configure build --verbose
-  # build python module using libaubio dll
-  - "python setup.py build"
+  - python waf configure build --verbose --msvc_version="msvc 14.0"