tcalmant / jsonrpclib

A Python (2 & 3) JSON-RPC over HTTP that mirrors the syntax of xmlrpclib (aka jsonrpclib-pelix)
https://jsonrpclib-pelix.readthedocs.io/
Apache License 2.0
53 stars 24 forks source link

Adding ppc64le architecture support on travis-ci #50

Closed kishorkunal-raj closed 3 years ago

kishorkunal-raj commented 3 years ago

Hi, I had added ppc64le(Linux on Power) architecture support on Travis-CI in the PR and looks like its been successfully added. I believe it is ready for the final review and merge. The Travis-CI build logs can be verified from the link below. https://travis-ci.com/github/kishorkunal-raj/jsonrpclib/builds/198665758

Reason behind running tests on ppc64le: This package is included in the ppc64le versions of RHEL and Ubuntu - this allows the top of tree to be tested continuously as it is for Intel, making it easier to catch any possible regressions on ppc64le before the distros begin their clones and builds. This reduces the work in integrating this package into future versions of RHEL/Ubuntu.

Please have a look.

Regards, Kishor Kunal Raj

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.01%) to 84.396% when pulling f373644e6a72717b1b7a0cf5db4c61973fcdf8dc on kishorkunal-raj:master into 6a84c0b2fbc6d9a5b97b4918efa97cf115f5c5c4 on tcalmant:master.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.01%) to 84.396% when pulling f373644e6a72717b1b7a0cf5db4c61973fcdf8dc on kishorkunal-raj:master into 6a84c0b2fbc6d9a5b97b4918efa97cf115f5c5c4 on tcalmant:master.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.01%) to 84.396% when pulling f373644e6a72717b1b7a0cf5db4c61973fcdf8dc on kishorkunal-raj:master into 6a84c0b2fbc6d9a5b97b4918efa97cf115f5c5c4 on tcalmant:master.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 84.383% when pulling f373644e6a72717b1b7a0cf5db4c61973fcdf8dc on kishorkunal-raj:master into 6a84c0b2fbc6d9a5b97b4918efa97cf115f5c5c4 on tcalmant:master.

tcalmant commented 3 years ago

Thanks 👍 I didn't know that Travis CI supports multiple architectures.