Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/964124 )
Change subject: [tests] revert Appveyor tests with different image"
......................................................................
[tests] revert Appveyor tests with different image"
Change-Id: I29e5907321c0ee93d497bb0c3db7240f7b136b51
---
M .appveyor.yml
1 file changed, 13 insertions(+), 4 deletions(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/.appveyor.yml b/.appveyor.yml
index 6516953..f374f7f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -16,9 +16,8 @@
# Test the lowest supported release of each major Python version
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- PYTHON: "C:\\Python36-x64"
- PYTHON_VERSION: "3.6.6"
+ - PYTHON: "C:\\Python361-x64"
+ PYTHON_VERSION: "3.6.1"
PYTHON_ARCH: "64"
# AppVeyor pre-installs these versions onto build machines
@@ -55,10 +54,11 @@
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
install:
- - 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
+ # Download Python 3.6.1 which isn't pre-installed
+ - ps: ./appveyor_install.ps1
- python --version
- python -c "import platform; print(platform.machine())"
- python -c "import struct; print('PYTHON_ARCH:', struct.calcsize('P') << 3)"
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/964124
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: I29e5907321c0ee93d497bb0c3db7240f7b136b51
Gerrit-Change-Number: 964124
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]