Browse Source

[IMP] Sandy's suggestions

pull/6/head
Holger Brunn 10 years ago
parent
commit
29384207ff
  1. 7
      .coveragerc
  2. 5
      .travis.yml
  3. 2
      README.md

7
.coveragerc

@ -1,12 +1,9 @@
# Config file .coveragerc
[report]
include =
*/OCA/web/*
omit =
/usr/*
*/bin/*
*/lib/*
*/odoo/*
*/openerp/*
*/tests/*
*__init__.py

5
.travis.yml

@ -8,12 +8,9 @@ virtualenv:
install:
- git clone https://github.com/gurneyalex/maintainer-quality-tools.git $HOME/maintainer-quality-tools
- export PATH=$HOME/maintainer-quality-tools/travis:$PATH
- $HOME/maintainer-quality-tools/travis/travis_install_nightly 7.0
- travis_install_nightly 7.0
- pip install coveralls flake8
services:
- postgresql
script:
- travis_run_flake8
- travis_run_tests 7.0

2
README.md

@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/OCA/web.svg?branch=7.0)](https://travis-ci.org/OCA/web)
[![Coverage Status](https://img.shields.io/coveralls/OCA/web.svg)](https://coveralls.io/r/OCA/web?branch=7.0)
[![Coverage Status](https://coveralls.io/repos/OCA/web/badge.png?branch=7.0)](https://coveralls.io/r/OCA/web?branch=7.0)
Web addons for Odoo
===================

Loading…
Cancel
Save