Merge branch '13.0' into 13.0-mig-report_py3o

This commit is contained in:
Laurent Mignon (ACSONE)
2020-05-12 15:43:31 +02:00
committed by GitHub
236 changed files with 17543 additions and 361 deletions

View File

@@ -1,8 +1,8 @@
language: python
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit
- $HOME/.cache/pip
- $HOME/.cache/pre-commit
python:
- "3.6"
@@ -24,7 +24,7 @@ jobs:
name: "pre-commit"
before_install:
install: pip install pre-commit
script: pre-commit run --all --show-diff-on-failure
script: pre-commit run --all --show-diff-on-failure --verbose --color always
after_success:
- stage: test
env:
@@ -35,10 +35,11 @@ jobs:
env:
global:
- VERSION="13.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- VERSION="13.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git
${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly