From 4709a9b45872522538d738f3ff19764cdcbc302d Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Wed, 1 Oct 2014 18:29:50 -0400 Subject: [PATCH] Update travis --- .coveragerc | 15 --------------- .travis.yml | 6 +++--- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 .coveragerc diff --git a/.coveragerc b/.coveragerc deleted file mode 100644 index 277f2a902..000000000 --- a/.coveragerc +++ /dev/null @@ -1,15 +0,0 @@ -[report] -include = - */OCA/server-tools/* - -omit = - */tests/* - *__init__.py - -# Regexes for lines to exclude from consideration -exclude_lines = - # Have to re-enable the standard pragma - pragma: no cover - - # Don't complain about null context checking - if context is None: diff --git a/.travis.yml b/.travis.yml index 04e5345e7..e71384052 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: env: - VERSION="7.0" ODOO_REPO="odoo/odoo" - VERSION="7.0" ODOO_REPO="OCA/OCB" + - VERSION="7.0" UNIT_TEST="1" virtualenv: system_site_packages: true @@ -13,13 +14,12 @@ virtualenv: 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 ${VERSION} + - travis_install_nightly - sudo pip install python-ldap - printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc script: - - travis_run_flake8 - - travis_run_tests ${VERSION} + - travis_run_tests after_success: coveralls