From 85e97072bd288f4a25fd17178700e00756fb7132 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 16 Dec 2014 11:19:36 +0100 Subject: [PATCH 1/2] Separated Lint tests --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 54ffdc78..e725c890 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,9 @@ virtualenv: system_site_packages: true env: - - VERSION="8.0" ODOO_REPO="odoo/odoo" - - VERSION="8.0" ODOO_REPO="OCA/OCB" + - VERSION="8.0" LINT_CHECK="1" + - VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" + - VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" install: - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools From 14372856ca5791e9a1003f0fb1b52a7aafd51742 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 16 Dec 2014 14:36:44 +0100 Subject: [PATCH 2/2] Remove deprecated travis_run_flake8 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e725c890..443f19c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ install: - travis_install_nightly script: - - travis_run_flake8 - travis_run_tests after_success: