summaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: 249bf0895a8598133b9f19e6d23adeaf925aaf76 (plain)
1
2
3
4
5
6
7
8
# .coveragerc to control coverage.py

[run]
omit =
	**/migrations/*.py
	**/tests.py
	env*
	/home/travis/virtualenv*