Try to make AppVeyor happy

This commit is contained in:
Daniel Marjamäki 2020-05-18 09:51:47 +02:00
parent aa7a4b8372
commit f6f489ea49
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ static std::string executeAddon(const AddonInfo &addonInfo,
if (test == 1 || test == lastTest)
pythonExe = cmdFileName((addonInfo.python != "") ? addonInfo.python : defaultPythonExe);
else
pythonExe = "python";
pythonExe = "python3";
const std::string cmd = pythonExe + " --version 2>&1";

View File

@ -30,7 +30,7 @@ const char Settings::SafeChecks::XmlExternalVariables[] = "external-variables";
Settings::Settings()
: mEnabled(0),
addonPython("python3"),
addonPython("python"),
bugHunting(false),
checkAllConfigurations(true),
checkConfiguration(false),