Skip to content

Add Appveyor to Python 2.7 branch #1434

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
May 3, 2017
Merged

Add Appveyor to Python 2.7 branch #1434

merged 2 commits into from
May 3, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 3, 2017

No description provided.

@vstinner vstinner added tests Tests in the Lib/test dir OS-windows labels May 3, 2017
@vstinner vstinner requested a review from zware May 3, 2017 15:01
@vstinner
Copy link
Member Author

vstinner commented May 3, 2017

I don't know if Appveyor provides Visual Studio 2008 which is required to build Python 2.7 :-(

@vstinner
Copy link
Member Author

vstinner commented May 3, 2017

Oh wow, it seems like Appveyor has the required compiler to build Python 2.7, cool!

I fixed the config for Python 2.

I also chose to compile in 64-bit debug mode, instead of 32-bit release mode. Why building in 32-bit release mode for the other braches? For speed? I expect that debug mode catchs more subtle issues.

@vstinner
Copy link
Member Author

vstinner commented May 3, 2017

Oh, @zware wrote PR #493!

vstinner added 2 commits May 3, 2017 18:16
* Replace -j0 with -j2: -j0 is ignored on Python 2
* Replace --slowest with --slow
* Remove --timeout option (it was introduced in Python 3)
@zware zware added the trivial label May 3, 2017
@vstinner vstinner merged commit 8cf7ea2 into python:2.7 May 3, 2017
@vstinner vstinner deleted the appveyor_27 branch May 3, 2017 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants