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
pywikibot-commits@lists.wikimedia.org