From 77d93706d25776a61d1a12485160fdb7541cc8f3 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 23 Sep 2018 14:43:35 +0200 Subject: [PATCH] .appveyor.yml: add default PATH --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 4de7f1db..cb3ef4c0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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" -- 2.11.0