-
-
Notifications
You must be signed in to change notification settings - Fork 180
Description
Hi @PyFilesystem/maintainers ,
With Travis-CI now in the hands of a private equity firm, OSS builds are being phased out, so we need a new CI provider.
AppVeyor
AppVeyor still works well for Windows (although the environment itself is a bit outdated, appveyor.yml
should be updated to test on more recent Python versions as well). However, I don't know if you can test on both Linux and Windows, and I don't feel like it's the common case to use AppVeyor for Linux builds anyway.
GitHub Actions
I have no experience with Actions, but to quote Kat Maddox:
devops is when you write yaml. the more yaml you write, the more devopsier it is
So i assume it works like any other CI, and would be in favour of migrating towards this unless some of you have a bad experience with it or a better platform to suggest.
Circle-CI
Circle-CI has a build-time limit per week, but since Pyfilesystem2 is not the most active of projects I don't think we would reach it. It could be a good alternative as well.