setup.cfg 267 B

1234567891011121314151617181920212223
  1. [check-manifest]
  2. ignore =
  3. .travis.yml
  4. tox.ini
  5. [coverage:run]
  6. branch = True
  7. source = django_nose,testapp,unittests
  8. [coverage:report]
  9. omit =
  10. testapp/migrations/*.py
  11. [flake8]
  12. exclude = .tox/*,build/*
  13. [wheel]
  14. universal = 1
  15. [egg_info]
  16. tag_build =
  17. tag_date = 0