[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2020-12-11 19:46:09 +01:00
parent 67c4dc451c
commit 5e4dcb47d8
4 changed files with 18 additions and 10 deletions

View File

@@ -14,17 +14,10 @@ addons:
- expect-dev # provides unbuffer utility
stages:
- linting
- test
jobs:
include:
- stage: linting
name: "pre-commit"
install: pip install pre-commit
script: pre-commit run --all --show-diff-on-failure --verbose --color always
after_success:
before_install:
- stage: test
env:
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1"