Omit travis site-packages directory from report

This commit is contained in:
Carol Willing
2017-01-20 12:25:33 -08:00
parent a43069fc35
commit 4afb659f44

View File

@@ -12,4 +12,5 @@ exclude_lines =
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*
jupyterhub/tests/*
*/site-packages/*