/setup.cfg

https://bitbucket.org/bbangert/dozer/ · Unknown · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · fb6cd0a707217c7e84a8a84fe5f0762e MD5 · raw file

  1. [egg_info]
  2. tag_build = dev
  3. tag_date = true
  4. [nosetests]
  5. # constrain nosetests to the tests dir for now: 0.10 ends up
  6. # overwriting pylons.config with the actual module
  7. where=tests
  8. verbose=True
  9. verbosity=2
  10. detailed-errors=True
  11. with-doctest=True