From: Paul Brossier Date: Wed, 21 Sep 2016 12:08:18 +0000 (+0200) Subject: .appveyor.yml: make nose2 verbose X-Git-Tag: 0.4.4~218 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=e087a50b57342ed21a847c3720a735ee25ee027a;p=aubio.git .appveyor.yml: make nose2 verbose --- diff --git a/.appveyor.yml b/.appveyor.yml index fed68f50..9e247cf2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -60,7 +60,7 @@ build_script: - "python setup.py build" - "pip install ." - "python python\\demos\\demo_create_test_sounds.py" - - "nose2" + - "nose2 --verbose" # clean up - waf distclean # build libaubio