.appveyor.yml: add default PATH
[aubio.git] / .appveyor.yml
index 4de7f1d..cb3ef4c 100644 (file)
@@ -54,6 +54,8 @@ install:
   # We need wheel installed to build wheels
   - "%PYTHONDIR%\\python.exe -m pip install wheel"
 
+  - "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%"
+
 before_build:
   - "bash scripts/get_waf.sh"