Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
IMP add coverage, fix travis
  • Loading branch information
jjscarafia committed Jul 20, 2015
1 parent dbfd63c commit a9ac60a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .coveragerc
@@ -0,0 +1,20 @@
# Config file .coveragerc

[report]
include =
*/ingadhoc/odoo-argentina/*

omit =
*/scenario/*
*/scenarios/*
*/test/*
*/tests/*
*__init__.py
*__openerp__.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:
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ virtualenv:
install:
# aeroo reports
- git clone https://github.com/aeroo/aeroo_reports.git ${HOME}/aeroo_reports
- pip install -r git+https://github.com/aeroo/aeroolib.git@master pycups==1.9.68
- pip install git+https://github.com/aeroo/aeroolib.git@master pycups==1.9.68

# odoo addons adhoc
- git clone https://github.com/ingadhoc/odoo-addons.git ${HOME}/odoo-addons
Expand Down

0 comments on commit a9ac60a

Please sign in to comment.