python/lib/moresetuptools.py: add get_aubio_version and get_aubio_pyversion
[aubio.git] / .appveyor.yml
index 21dad54..9e247cf 100644 (file)
@@ -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