From 45265ecdbcbd92842d9ff57840f7be8c0d944ae8 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Tue, 4 Nov 2014 10:53:41 +0100 Subject: [PATCH 1/2] update travis config use UNIT_TEST=1 so as not to have to worry about installed modules breaking the tests of other modules --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18302176..1e2f49bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,8 @@ python: - "2.7" env: - - VERSION="8.0" ODOO_REPO="odoo/odoo" EXCLUDE="logistic_consignee" - - VERSION="8.0" ODOO_REPO="OCA/OCB" EXCLUDE="logistic_consignee" - - VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="logistic_consignee" - - VERSION="8.0" ODOO_REPO="OCA/OCB" INCLUDE="logistic_consignee" + - VERSION="8.0" ODOO_REPO="odoo/odoo" UNIT_TEST=1 + - VERSION="8.0" ODOO_REPO="OCA/OCB" UNIT_TEST=1 virtualenv: system_site_packages: true From 57d26a1cc5495a3c415e63770eedc1485c8e3632 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 6 Nov 2014 10:14:55 +0100 Subject: [PATCH 2/2] [WIP] test an experimental maintainer-quality-tools branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e2f49bb..7ae38fe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ virtualenv: system_site_packages: true install: - - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools + - git clone https://github.com/gurneyalex/maintainer-quality-tools.git -b improve_test_server ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly - git clone https://github.com/OCA/sale-workflow -b ${VERSION} $HOME/sale-workflow