.appveyor.yml: remove PATH setting
authorPaul Brossier <piem@piem.org>
Sun, 23 Sep 2018 12:13:39 +0000 (14:13 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 23 Sep 2018 12:13:39 +0000 (14:13 +0200)
.appveyor.yml

index d16dcd4..4de7f1d 100644 (file)
@@ -54,8 +54,6 @@ install:
   # We need wheel installed to build wheels
   - "%PYTHONDIR%\\python.exe -m pip install wheel"
 
   # 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"
 
 before_build:
   - "bash scripts/get_waf.sh"