From 48d4aaa59319952770808369934f9aa86fc22b28 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 4 Nov 2014 10:32:34 +0100 Subject: [PATCH] Update .travis.yml to the last quality tools --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b3e573..fc91d01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: python python: - "2.7" +env: + - VERSION="8.0" ODOO_REPO="odoo/odoo" + - VERSION="8.0" ODOO_REPO="OCA/OCB" + virtualenv: system_site_packages: true @@ -12,16 +16,16 @@ before_install: install: - git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools - export PATH=$HOME/maintainer-quality-tools/travis:$PATH - - travis_install_nightly 7.0 + - travis_install_nightly - pip install coveralls flake8 - pip install pycups==1.9.66 - pip install PyPDF2==1.18 - pip install requests - - git clone https://github.com/OCA/reporting-engine -b 7.0 $HOME/reporting-engine + - git clone https://github.com/OCA/reporting-engine -b 8.0 $HOME/reporting-engine script: - travis_run_flake8 - - travis_run_tests 7.0 $HOME/reporting-engine + - travis_run_tests after_success: coveralls