Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] Appveyor tests with different image"

Change-Id: I4996040efcedd370fd77be904ec19ea961afba98
---
M .appveyor.yml
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index ab8d89a..b67696c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -55,7 +55,7 @@
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

install:
- - if [%PYTHON_VERSION%]==[3.6.6] git submodule update --init http.sslVerify false
+ - if [%PYTHON_VERSION%]==[3.6.6] GIT_SSL_NO_VERIFY = git submodule update --init
- if NOT [%PYTHON_VERSION%]==[3.6.6] git submodule update --init
# Download the AppVeyor Python build accessories into subdirectory .\appveyor
- mkdir appveyor

To view, visit change 964121. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I4996040efcedd370fd77be904ec19ea961afba98
Gerrit-Change-Number: 964121
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged