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__.: if __name__ == .__main__.:
ignore_errors = True ignore_errors = True
omit = omit =
tests/* jupyterhub/tests/*
*/site-packages/*