X-Git-Url: https://git.aubio.org/?p=aubio.git;a=blobdiff_plain;f=.appveyor.yml;h=9e247cf216a59767283fc7c9a97d6a6a11c73485;hp=21dad545f435effe863bdea04b6d7f27ad0f462e;hb=f432bb1abed4352ebb2952f7d1aaa7b5443374e1;hpb=c785cc2c4c9813dbf29cccb78404918dd98f6173 diff --git a/.appveyor.yml b/.appveyor.yml index 21dad545..9e247cf2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -45,7 +45,7 @@ install: # We need wheel installed to build wheels - "%PYTHON%\\python.exe -m pip install wheel" - - "SET PATH=%PATH_EXTRAS%;%%PYTHON%;%PYTHON%\\Scripts;%PATH%" + - "SET PATH=%PATH_EXTRAS%;%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "pip install --disable-pip-version-check --user --upgrade pip" - "pip install --upgrade setuptools" @@ -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