PatMyron / advent-of-code

solutions 🎄
https://adventofcode.com/
0 stars 2 forks source link

Travis CI: Try running pylint #9

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

In trying to come up with the right solution to https://github.com/cclauss/GitHub-Action-for-pylint/issues/2, it is useful to understand what is required to get a proper pylint run on this project...

PatMyron commented 5 years ago

https://docs.travis-ci.com/user/languages/python/

Default install: pip install -r requirements.txt

PatMyron commented 5 years ago

Gonna close this out because I think we got this figured out. Thanks for the quick responses @cclauss! Really like your Github action ideas. I'll probably be working on similar actions soon