From 50b2e859f025a1e37f38604af64145e8a01bee42 Mon Sep 17 00:00:00 2001 From: vrenaville Date: Fri, 10 Oct 2014 14:44:20 +0200 Subject: [PATCH] [IMP] statement_voucher_killer is a not related to easy_reconcile module, it's useful to make the test without this module installed --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3f41c18..40dc8cb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,11 @@ virtualenv: system_site_packages: true env: - - VERSION="7.0" ODOO_REPO="odoo/odoo" EXCLUDE="account_statement_ext_point_of_sale" - - VERSION="7.0" ODOO_REPO="OCA/OCB" EXCLUDE="account_statement_ext_point_of_sale" + - VERSION="7.0" ODOO_REPO="odoo/odoo" EXCLUDE="account_statement_ext_point_of_sale,statement_voucher_killer" + - VERSION="7.0" ODOO_REPO="OCA/OCB" EXCLUDE="account_statement_ext_point_of_sale,statement_voucher_killer" + + - VERSION="7.0" ODOO_REPO="odoo/odoo" INCLUDE="statement_voucher_killer" + - VERSION="7.0" ODOO_REPO="OCA/OCB" INCLUDE="statement_voucher_killer" install: - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools