|
|
@ -22,9 +22,7 @@ env: |
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
|
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools |
|
|
|
# Disable manifest-required-author for this repository |
|
|
|
- sed '/manifest-required-author,/d' ${HOME}/maintainer-quality-tools/travis/cfg/travis_run_pylint_pr.cfg -i |
|
|
|
- git clone --depth=1 https://github.com/coopiteasy/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools |
|
|
|
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} |
|
|
|
- travis_install_nightly |
|
|
|
- pip install unidecode |
|
|
|