Closed ossdev07 closed 4 years ago
What's the benefit on testing on ARM64? Is there something in this project which might have different results on different CPUs, and is it necessary to test all Python versions?
What about the other two CPUs?
@hugovk : I have been working with @ossdev07 on a down-stream project on AArch64 (ARM64) that has olefile as a dependency. olefile is a pure python project with a straightforward travis-ci build job and that doesn't have a binary release. In this case, there is very little benefit in testing on alternative architectures, and this PR can probably be held in reserve until it is needed.
It looks like this PR is not really necessary, so I will close it for now. If you find a specific issue with ARM64 in the future, please reopen it.
Travis-CI has added support for ARM64. Added ARM64 job in Travis-CI.