shithub: aubio

Download patch

ref: 39aa3a31b92e78e67c714a01740f299432ede87e
parent: bda8b2ad127b94cac7cfa7997aaaa95a9066d52a
author: Paul Brossier <piem@piem.org>
date: Fri Nov 2 14:20:15 EDT 2018

[ci] switch appveyor to pytest

--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -83,4 +83,4 @@
 
 test_script:
   - "python python\\demos\\demo_create_test_sounds.py"
-  - "nose2 --verbose"
+  - "pytest --verbose"