Skip to content

Commit a9ac60a

Browse files
committed
IMP add coverage, fix travis
1 parent dbfd63c commit a9ac60a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.coveragerc

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Config file .coveragerc
2+
3+
[report]
4+
include =
5+
*/ingadhoc/odoo-argentina/*
6+
7+
omit =
8+
*/scenario/*
9+
*/scenarios/*
10+
*/test/*
11+
*/tests/*
12+
*__init__.py
13+
*__openerp__.py
14+
15+
# Regexes for lines to exclude from consideration
16+
exclude_lines =
17+
# Have to re-enable the standard pragma
18+
pragma: no cover
19+
# Don't complain about null context checking
20+
if context is None:

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ virtualenv:
3030
install:
3131
# aeroo reports
3232
- git clone https://github.com/aeroo/aeroo_reports.git ${HOME}/aeroo_reports
33-
- pip install -r git+https://github.com/aeroo/aeroolib.git@master pycups==1.9.68
33+
- pip install git+https://github.com/aeroo/aeroolib.git@master pycups==1.9.68
3434

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

0 commit comments

Comments
 (0)