tldr-pages / tldr-python-client

:snake: Python command-line client for tldr pages 📚
https://pypi.org/project/tldr/
MIT License
599 stars 95 forks source link

add github actions workflow #105

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

This adds a Github Actions workflow to this project, which is identical to Travis-CI with the exception of not testing against Python Nightly. Given the simplicity of the codebase, I don't think this is a real loss of things, with the benefit that GH actions increasingly a nicer platform than Travis-CI beyond a few edge cases.

zlatanvasovic commented 4 years ago

Shouldn't you also delete .travis.yml?

MasterOdin commented 4 years ago

I can, or can leave it for a "transitional period" to make sure everyone is happy with GH actions. I'm happy to do either.

MasterOdin commented 4 years ago

I forgot to mention in the above that GitHub does not support Python 3.4, but given that it's EOL anyway and no current LTS distro ships with it, I think it's fine to drop.

zlatanvasovic commented 4 years ago

Alright. You can proceed with deleting .travis.yml now. :smile: