fitnr / convertdate

Utils for converting between date formats and calculating holidays
MIT License
47 stars 24 forks source link

Add architecture ppc64le to travis build #31

Closed ddeka2910 closed 4 years ago

ddeka2910 commented 4 years ago

Thanks for your code. Add support for architecture ppc64le. Exclude pypy and pypy3 as they are not available for ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. For more info tag @gerrith3

fitnr commented 4 years ago

Merged. Thanks for the addition.