Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/936063 )

Change subject: [tests] Print additional informations at Appveyor
......................................................................

[tests] Print additional informations at Appveyor

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

Approvals:
  Xqt: Verified; Looks good to me, approved




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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/936063
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: Ib3e759eff38c9bf3d0181d1533d5e76d9e0513fc
Gerrit-Change-Number: 936063
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]

Reply via email to