From 799af52f29056e0012e69e63f9ee63c187fbb79e Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Tue, 21 Apr 2015 10:04:33 +0200 Subject: [PATCH] update travis config to latest standards --- .travis.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4aed97e2..e5246245 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,18 +3,21 @@ language: python python: - "2.7" +env: + - 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" + virtualenv: system_site_packages: true 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 - - pip install coveralls flake8 + - travis_install_nightly script: - - travis_run_flake8 - - travis_run_tests 7.0 + - travis_run_tests after_success: coveralls