coverage: Fine-tune what is included in the tests.

This commit is contained in:
Rogério Brito 2013-12-10 03:20:14 -02:00
parent dda933f759
commit b9c9255bc7

View file

@ -3,3 +3,11 @@
omit =
*/python?.?/*
*/site-packages/nose/*
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Python 2/3 compatibility
except ImportError
sys.version_info