jenkins-bot merged this change.

View Change

Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
[tests] Remove 32-bit-tests for Python 2.7.4 and 3.4.1

Currently all tests run on 32 bit and 64 bit environmets.
Python 2.7 and Python 3.4 runs for two releases both which
are 4 test for each. We can safely remove one of them to
get faster results.

Change-Id: Ice5d8faf31ac9f72772492441a9b2c2bdb500511
---
M .appveyor.yml
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 73774f8..5eaf611 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -17,14 +17,6 @@

# Test the lowest supported release of each major Python version.

- - PYTHON: "C:\\Python274"
- PYTHON_VERSION: "2.7.4"
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python341"
- PYTHON_VERSION: "3.4.1"
- PYTHON_ARCH: "32"
-
- PYTHON: "C:\\Python274-x64"
PYTHON_VERSION: "2.7.4"
PYTHON_ARCH: "64"

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ice5d8faf31ac9f72772492441a9b2c2bdb500511
Gerrit-Change-Number: 509767
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Ladsgroup <Ladsgroup@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)