Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] Print additional informations at Appveyor

Bug: T341198
Change-Id: Ib3e759eff38c9bf3d0181d1533d5e76d9e0513fc
---
M .appveyor.yml
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index f4410c3..dc65320 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -60,6 +60,7 @@
# Download Python 3.6.1 which isn't pre-installed
- ps: ./appveyor_install.ps1
- python --version
+ - python -c "import platform, sys; print(platform.machine(), '|', sys.version)"
- python -c "import struct; print('PYTHON_ARCH' + chr(58), struct.calcsize('P') << 3)"
- pip --version
- pip install -r requirements.txt

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

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