Skip to content

Commit

Permalink
13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoserra-domatix committed Jul 30, 2020
1 parent 0a6b7fe commit 62f9117
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
39 changes: 28 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,44 @@
language: python
sudo: false
cache: pip
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit

python:
- "3.5"
- "3.6"

addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
- expect-dev # provides unbuffer utility

stages:
- linting
- test

jobs:
include:
- stage: linting
name: "pre-commit"
before_install:
install: pip install pre-commit
script: pre-commit run --all --show-diff-on-failure --verbose --color always
after_success:
- stage: test
env:
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
- stage: test
env:
- TESTS="1" ODOO_REPO="OCA/OCB"

env:
global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"

matrix:
- LINT_CHECK="1"
- TESTS="1" ODOO_REPO="OCA/OCB"
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
- 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

Expand Down
1 change: 0 additions & 1 deletion amazon_integration/views/amazon_menuitems.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<field name="res_model">amazon.marketplace</field>
<field name="view_mode">kanban,form</field>
<field name="context">{'search_default_group_country_id':1}</field>
<field name="view_type">form</field>
<field name="view_id" ref="view_amazon_marketplace_kanban"/>
</record>

Expand Down

0 comments on commit 62f9117

Please sign in to comment.