Skip to content
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

Adopt a uniform CI testing solution #91

Open
bobfox opened this issue Jan 24, 2020 · 1 comment
Open

Adopt a uniform CI testing solution #91

bobfox opened this issue Jan 24, 2020 · 1 comment

Comments

@bobfox
Copy link
Contributor

bobfox commented Jan 24, 2020

Adopt a uniform CI testing solution that accommodates all three of the major OS platforms (Windows, Linux, macOS).

@altendky
Copy link
Contributor

As I recall, Travis and AppVeyor both list support for all three platforms. In my experience (it's been awhile now, admittedly) Travis did not support more than one Python 3 version on either Windows or macOS. I don't know where AppVeyor stands on that front. I do have multiple projects building on Windows/Linux/macOS and Python 2.7/3.5-3.8 in Azure Pipelines. I'll note that they did drop the compiler used for any dependencies that need compilation in Python 2.7 though IIRC it's still installable via chocolatey. Also, 2.7 is EOL so... but sure, some libraries are continuing support.
From what I hear GitHub Actions is based on the same underlying system as Azure Pipelines with some top end differences so presumably it can also cover the matrix well.

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

No branches or pull requests

2 participants