[FIX] odoo-shippable: Install the pylint_odoo and the dependencies for each version of python installed
This change install all lint
requirements in all python
version installed, to avoid mistake related with .git/hooks/pre-commit
This change can be tester with the follow step
- Clone this branch
- Build the imagen with the follow command
docker build -t lint_fix odoo-shippable/.
- Made a t2d command using the previous imagen generated using one test repository
t2d --docker-image=lint_fix git@github.com:JesusZapata/asdcust.git 11.0
- Inside the container run the
.git/hooks/pre-commit
Fix https://github.com/Vauxoo/maintainer-quality-tools/issues/258