Fixed migrations path in .coveragerc.

This commit is contained in:
Sergey Fedoseev 2016-05-26 00:21:38 +05:00
parent e3b1e69f16
commit d63dbd476c

View file

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