This commit is contained in:
Michael Greene
2014-09-30 12:07:40 -07:00
parent 3d591d287b
commit 3ce4b0626a
2 changed files with 6 additions and 12 deletions

View File

@@ -1,11 +1,15 @@
[run]
branch = True
[report]
exclude_lines =
# keep the standard pragma
pragma: no cover
# skip abstract methods
@(abc\.)?abstract
# Python 2.x compatibility stuff
if six.PY2:
if six.PY3: