Merge pull request #131 from sir-sigurd/fix-coveragerc

Fixed migrations path in .coveragerc.
This commit is contained in:
Grant McConnaughey 2016-07-09 14:38:10 -05:00 committed by GitHub
commit 1d769679a6

View file

@ -16,7 +16,7 @@ exclude_lines =
if __name__ == .__main__.:
omit =
avatar/*/migrations/*
avatar/migrations/*
show_missing = True
precision = 2