alecthomas / importmagic

A Python library for finding unresolved symbols in Python code, and the corresponding imports
BSD 2-Clause "Simplified" License
120 stars 20 forks source link

Travis-ci: added support for ppc64le #57

Closed sanjaymsh closed 3 years ago

sanjaymsh commented 3 years ago

Hi, I have added support for ppc64le build on travis-ci in the branch . The travis-ci build log can be tracked on the link :https://travis-ci.com/github/sanjaymsh/importmagic/builds/191757322 . I believe it is ready for the final review and merge. Please have a look on it.

Thanks !!

alecthomas commented 3 years ago

Thanks!