awesome-python-applications
awesome-python-applications copied to clipboard
CI for automatic YAML validation
Right now I just merge PRs and fix up quirky YAML, but it would be nice if generate_docs.py
actually got run by Travis and posted back. Opens the door to more validation around duplicates and such, too.
Looking to take a stab at this.
run by Travis and posted back...
Are you just looking to expose exceptions/errors (or a successful run) from travis? I'm mainly interested in the continuous integration via #17 but want to make sure we tackle this first.