[EXP] experimental try to run 14 version on 15 version
This commit is contained in:
parent
8bb2fabc48
commit
2d80e977f5
16
.travis.yml
16
.travis.yml
|
|
@ -5,7 +5,7 @@ cache:
|
|||
- $HOME/.cache/pre-commit
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
|
|
@ -21,17 +21,21 @@ jobs:
|
|||
- stage: test
|
||||
env:
|
||||
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1"
|
||||
- stage: test
|
||||
env:
|
||||
- TESTS=1 ODOO_REPO="OCA/OCB"
|
||||
#- stage: test
|
||||
# env:
|
||||
# - TESTS=1 ODOO_REPO="OCA/OCB"
|
||||
env:
|
||||
global:
|
||||
- VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
|
||||
- VERSION="15.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
|
||||
- MQT_DEP=PIP
|
||||
|
||||
install:
|
||||
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git
|
||||
${HOME}/maintainer-quality-tools
|
||||
- pip install git+https://github.com/acsone/setuptools-odoo@odoo15
|
||||
- if [ $VERSION = '15.0' ]; then grep -rl 14.0 . | grep __manifest__.py | xargs sed
|
||||
-i "s/14.0/15.0/g" ;fi
|
||||
- git clone --depth=1 https://github.com/akretion/maintainer-quality-tools.git -b
|
||||
fix-compatibilty-with-15-branch ${HOME}/maintainer-quality-tools
|
||||
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
||||
- travis_install_nightly
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
setuptools-odoo @ git+https://github.com/acsone/setuptools-odoo/pull/60
|
||||
# generated from manifests external_dependencies
|
||||
cryptography
|
||||
|
|
|
|||
Loading…
Reference in New Issue