summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2023-01-24 14:45:21 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2023-01-24 14:45:21 +0100
commit2312057d267c85185e5f49eb86bb6f90bd9ab206 (patch)
treed44e260767e0b323984e8e3958c85532b9d0099b /appveyor.yml
parent2da99502238852f18f74db05304e67a01ee77005 (diff)
downloadpsutil-2312057d267c85185e5f49eb86bb6f90bd9ab206.tar.gz
disable flaky test + small Makefile refact
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0752e610..70a4daec 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,7 +13,7 @@ environment:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script interpreter
# See: http://stackoverflow.com/a/13751649/163740
- WITH_COMPILER: "cmd /E:ON /V:ON /C .\\.ci\\appveyor\\run_with_compiler.cmd"
+ WITH_COMPILER: "cmd /E:ON /V:ON /C .\\scripts\\internal\\appveyor_run_with_compiler.cmd"
PYTHONWARNINGS: always
PYTHONUNBUFFERED: 1
PSUTIL_DEBUG: 1