Skip to content

Only do one run on AppVeyor instead of four. #3242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 26, 2017
Merged

Only do one run on AppVeyor instead of four. #3242

merged 2 commits into from
Apr 26, 2017

Conversation

gvanrossum
Copy link
Member

I picked Python 3.6 Windows 32-bit:

  • 3.6 because it's the most recent and supported
  • 32-bit because the 64-bit Python installers are advertised
    for esoteric platforms (e.g. AMD-64).

Fixes #3238.

I picked Python 3.6 Windows 32-bit:
- 3.6 because it's the most recent and supported
- 32-bit because the 64-bit Python installers are advertised
  for esoteric platforms (e.g. AMD-64).
Copy link
Collaborator

@ddfisher ddfisher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(FYI AMD64 is actually the name for the standard 64 bit architecture.)

appveyor.yml Outdated
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python36-x64"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we try keeping this one for now? (See my comment in the linked issue.)

@ddfisher ddfisher merged commit 09b6d4b into master Apr 26, 2017
@ddfisher ddfisher deleted the less-appveyor branch April 26, 2017 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants