mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] Sandy's suggestions
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
# Config file .coveragerc
|
||||
|
||||
[report]
|
||||
include =
|
||||
*/OCA/web/*
|
||||
omit =
|
||||
/usr/*
|
||||
*/bin/*
|
||||
*/lib/*
|
||||
*/odoo/*
|
||||
*/openerp/*
|
||||
*/tests/*
|
||||
*__init__.py
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[](https://travis-ci.org/OCA/web)
|
||||
[](https://coveralls.io/r/OCA/web?branch=7.0)
|
||||
[](https://coveralls.io/r/OCA/web?branch=7.0)
|
||||
|
||||
Web addons for Odoo
|
||||
===================
|
||||
|
||||
Reference in New Issue
Block a user