.coveragerc 177 B

12345678910111213
  1. [run]
  2. source = .
  3. include = *.py
  4. omit =
  5. *migrations*
  6. *tests*
  7. *.html
  8. *whoosh_cn_backend*
  9. *apps*
  10. *commands*
  11. *oauth*
  12. *travis_test*
  13. *settings.py*