[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2020-12-11 20:14:14 +01:00
parent 596b1683c1
commit 69da04e57d
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"