openag_python
openag_python copied to clipboard
Automatic Travis CI Integration
Right now, the openag firmware init command basically just calls platformio init and then exits. Among other things, platformio init creates a .travis.yml file with a couple of commented out templates for Travis integration. We could easily replace this on initialization with an openag-specific Travis configuration like the one here, which would give us Travis CI integration for free on all firmware modules.