Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/964122 )
Change subject: [tests] Appveyor tests with different image" ...................................................................... [tests] Appveyor tests with different image" Change-Id: I8b4def49ac5f2dcc503e675bbf62160b7f963ab2 --- M .appveyor.yml 1 file changed, 11 insertions(+), 2 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.appveyor.yml b/.appveyor.yml index b67696c..6516953 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -55,8 +55,8 @@ - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" install: - - 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 + - if [%PYTHON_VERSION%]==[3.6.6] set GIT_SSL_NO_VERIFY=true + - git submodule update --init # Download the AppVeyor Python build accessories into subdirectory .\appveyor - mkdir appveyor - python --version -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/964122 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I8b4def49ac5f2dcc503e675bbf62160b7f963ab2 Gerrit-Change-Number: 964122 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
