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

Add Power Support ppc64le #68

Closed
wants to merge 1 commit into from
Closed

Conversation

nagesh4193
Copy link

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling ed7c836 on nagesh4193:master into bdb9836 on mfogel:master.

@mfogel
Copy link
Owner

mfogel commented Apr 20, 2021

Thanks for the PR @nagesh4193

However, I would rather leave architecture details of endian-ness to lower-level packages and tools. Python proper might be a better place to ensure coverage over the different architectures. I don't want to duplicate run time of this project's tests on travis to re-test something that is hopefully already fully tested by the packages/tools this project depends on.

Cheers!

@mfogel mfogel closed this Apr 20, 2021
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.

None yet

3 participants