improve test and clean targets in Makefiles

This commit is contained in:
Yuming Zhu 2017-11-30 09:47:32 +00:00 committed by Tomas Kopecek
parent aa48b87c12
commit 7a6ebc851f
13 changed files with 39 additions and 9 deletions

View file

@ -1,8 +1,10 @@
[run]
data_file = .coverage3
; extra omissions for py3 for now
omit =
setup.py
/usr/*
tests/*
@ -11,3 +13,6 @@ exclude_lines =
pragma: no cover
no cover 3.x
if six.PY2
[html]
directory = htmlcov/py3