Using the Odoo Community Association maintainer quality tools
The Odoo Community Association (OCA) manages a large number of Odoo projects using the GitHub infrastructure. The association projects use Travis CI for continuous integration. This recipe shows how you can use the maintainer QA tools developed by the community in your own GitHub repositories.
Getting ready
To use this recipe, you need to have a public GitHub repository with your modules. At the time of writing this, the OCA tools expect that this repository contains several addons in subdirectories.
How to do it...
To integrate the OCA maintainer-quality-tools
with your repository, you need to perform the following steps:
- Connect to https://travis-ci.org/:
- To sign in, choose
Sign in with Github
. - Click on your name in the top-right corner to access your profile's settings, as shown in the following screenshot:
- Click on the
Sync
button to load the information about all your public repositories in Travis. This can take a couple of minutes...