From 2ed04650549f61f4e3f694ce775f48f9968c4893 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Tue, 4 Nov 2014 11:01:32 +0100 Subject: [PATCH] update travis config * test on odoo and OCB * use UNIT_TEST=1 * remove call to travis_run_flake8 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index da5809c6b..6631a5032 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "2.7" env: - - VERSION="8.0" + - 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 @@ -18,7 +19,6 @@ install: - $HOME/maintainer-quality-tools/travis/travis_install_nightly ${VERSION} script: - - travis_run_flake8 - travis_run_tests ${VERSION} after_success: