tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
374 stars 44 forks source link

Omit building wheels for pull requests #28

Closed sajith closed 3 years ago

sajith commented 3 years ago

Building wheels across all three OSes and several Python and PyPy versions takes a rather long time, and it is not probably necessary.

PR #27 will add a GitHub Actions workflow that will run tests across all three OSes and the same Python and PyPy versions, and that finishes quicker. That should be a sufficient check for pull requests, besides the tests currently running on Travis CI and AppVeyor.