Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
[IMP]
Browse files Browse the repository at this point in the history
New travis options
  • Loading branch information
carlosecv committed Jul 6, 2019
1 parent 971d81a commit d171363
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
@@ -1,8 +1,8 @@
language: python

python:
- "2.7"
- "3.7"

sudo: false
cache: pip

Expand All @@ -13,16 +13,16 @@ addons:
- python-lxml # because pip installation is slow

env:
- VERSION="10.0" LINT_CHECK="1"
- VERSION="10.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
- VERSION="10.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
- VERSION="10.0" UNIT_TEST="1" LINT_CHECK="0"
- VERSION="11.0" LINT_CHECK="1"
- VERSION="11.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
- VERSION="11.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
- VERSION="11.0" UNIT_TEST="1" LINT_CHECK="0"

virtualenv:
system_site_packages: true

install:
- pip install anybox.testing.openerp
- pip3 install anybox.testing.openerp
- git clone https://github.com/it-projects-llc/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
Expand Down

0 comments on commit d171363

Please sign in to comment.