/setup.cfg
Unknown | 12 lines | 11 code | 1 blank | 0 comment | 0 complexity | fb6cd0a707217c7e84a8a84fe5f0762e MD5 | raw file
1[egg_info] 2tag_build = dev 3tag_date = true 4 5[nosetests] 6# constrain nosetests to the tests dir for now: 0.10 ends up 7# overwriting pylons.config with the actual module 8where=tests 9verbose=True 10verbosity=2 11detailed-errors=True 12with-doctest=True