.appveyor.yml: add default PATH
authorPaul Brossier <piem@piem.org>
Sun, 23 Sep 2018 12:43:35 +0000 (14:43 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 23 Sep 2018 12:43:35 +0000 (14:43 +0200)
.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"