Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Switch from Travis-CI.org (ceased) to GitHub Actions #228

Closed michael-k closed 2 years ago

michael-k commented 3 years ago

https://travis-ci.org/ is in read-only mode (you could migrate to https://travis-ci.org/ though)

image

Screenshot is from https://travis-ci.org/github/Polyconseil/aioamqp

RemiCardona commented 2 years ago

I failed to notice this PR but I recently wrote a simple (simpler?) github actions workflow to stop testing aioamqp in our company CI. I went for the bare minimum: running tests and QA (namely pylint at this point, maybe isort in the future).

I'll gladly merge any improvements as I'm really not an expert (a massive understatement) in GH actions. Could you or anyone else rebase this PR? Thanks

gaby commented 2 years ago

@RemiCardona I failed to see that you had one already. The one in the master branch is good, this PR can be close.

The only thing about the current one that I'd change is the pinned version of RabbitMQ rabbitmq:3.6.9-management.