From a9d425a56c39b837aaab35da2d5477d4d477c6bd Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 23 Sep 2018 14:13:39 +0200 Subject: [PATCH] .appveyor.yml: remove PATH setting --- .appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d16dcd4c..4de7f1db 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -54,8 +54,6 @@ install: # We need wheel installed to build wheels - "%PYTHONDIR%\\python.exe -m pip install wheel" - - "SET PATH=%PATH_EXTRAS%;%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%" - before_build: - "bash scripts/get_waf.sh" -- 2.11.0