Changeset 5691
- Timestamp:
- 11/17/08 10:49:51 (2 months ago)
- Files:
-
- trunk/setup.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/setup.cfg
r5671 r5691 11 11 [nosetests] 12 12 verbose=True 13 verbosity= 213 verbosity=1 14 14 detailed-errors=1 15 15 # Enable with-coverage manually in the CLI args to see coverage results 16 with-coverage=False17 16 cover-package=tg 18 17 #with-doctest=True … … 63 62 64 63 [easy_install] 65 index = http://turbogears.org/2.0/downloads/current/64 index_url = http://turbogears.org/2.0/downloads/current/ 66 65