Changeset - 55ff0b9ef89e
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-01-10 20:39:22
marcin@python-works.com
revert pdb trace on error tests
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
setup.cfg
Show inline comments
 
@@ -2,26 +2,26 @@
 
tag_build =
 
tag_svn_revision = true
 

	
 
[easy_install]
 
find_links = http://www.pylonshq.com/download/
 

	
 
[nosetests]
 
verbose=True
 
verbosity=2
 
with-pylons=test.ini
 
detailed-errors=1
 
nologcapture=1
 
pdb=1
 
pdb-failures=1
 
#pdb=1
 
#pdb-failures=1
 

	
 
# Babel configuration
 
[compile_catalog]
 
domain = rhodecode
 
directory = rhodecode/i18n
 
statistics = true
 

	
 
[extract_messages]
 
add_comments = TRANSLATORS:
 
output_file = rhodecode/i18n/rhodecode.pot
 
width = 80
 

	
0 comments (0 inline, 0 general)