##// END OF EJS Templates
revert pdb trace on error tests
marcink -
r3158:55ff0b9e beta
parent child Browse files
Show More
@@ -1,45 +1,45 b''
1 [egg_info]
1 [egg_info]
2 tag_build =
2 tag_build =
3 tag_svn_revision = true
3 tag_svn_revision = true
4
4
5 [easy_install]
5 [easy_install]
6 find_links = http://www.pylonshq.com/download/
6 find_links = http://www.pylonshq.com/download/
7
7
8 [nosetests]
8 [nosetests]
9 verbose=True
9 verbose=True
10 verbosity=2
10 verbosity=2
11 with-pylons=test.ini
11 with-pylons=test.ini
12 detailed-errors=1
12 detailed-errors=1
13 nologcapture=1
13 nologcapture=1
14 pdb=1
14 #pdb=1
15 pdb-failures=1
15 #pdb-failures=1
16
16
17 # Babel configuration
17 # Babel configuration
18 [compile_catalog]
18 [compile_catalog]
19 domain = rhodecode
19 domain = rhodecode
20 directory = rhodecode/i18n
20 directory = rhodecode/i18n
21 statistics = true
21 statistics = true
22
22
23 [extract_messages]
23 [extract_messages]
24 add_comments = TRANSLATORS:
24 add_comments = TRANSLATORS:
25 output_file = rhodecode/i18n/rhodecode.pot
25 output_file = rhodecode/i18n/rhodecode.pot
26 width = 80
26 width = 80
27
27
28 [init_catalog]
28 [init_catalog]
29 domain = rhodecode
29 domain = rhodecode
30 input_file = rhodecode/i18n/rhodecode.pot
30 input_file = rhodecode/i18n/rhodecode.pot
31 output_dir = rhodecode/i18n
31 output_dir = rhodecode/i18n
32
32
33 [update_catalog]
33 [update_catalog]
34 domain = rhodecode
34 domain = rhodecode
35 input_file = rhodecode/i18n/rhodecode.pot
35 input_file = rhodecode/i18n/rhodecode.pot
36 output_dir = rhodecode/i18n
36 output_dir = rhodecode/i18n
37 previous = true
37 previous = true
38
38
39 [build_sphinx]
39 [build_sphinx]
40 source-dir = docs/
40 source-dir = docs/
41 build-dir = docs/_build
41 build-dir = docs/_build
42 all_files = 1
42 all_files = 1
43
43
44 [upload_sphinx]
44 [upload_sphinx]
45 upload-dir = docs/_build/html No newline at end of file
45 upload-dir = docs/_build/html
General Comments 0
You need to be logged in to leave comments. Login now