severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
258 stars 90 forks source link

Adding Travis Support #68

Closed tusharmakkar08 closed 7 years ago

tusharmakkar08 commented 7 years ago

Hey @severb

Since graypy is an evolving project, I think it would be great to add automated tests/CI support using Travis. I can help in setting up that. Let me know if you are interested.

Thanks.

severb commented 7 years ago

I think this is a fantastic idea. I don't have time to do it myself but if you're serious about it I would gladly accept pull requests.

tusharmakkar08 commented 7 years ago

Cool. I will work on this and create a PR :)

tusharmakkar08 commented 7 years ago

Hey @severb, Can you please enable the travis over here https://travis-ci.org/profile/severb ?

severb commented 7 years ago

Yup, I'll do it now.

tusharmakkar08 commented 7 years ago

Done