blob: 3398fc4e97d9c3d852070231611e724d0ce66d4d [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
[pep8]
max-line-length = 119
[flake8]
max-line-length = 119
[egg_info]
tag_build = dev0
# Babel configuration
[compile_catalog]
domain = allura
directory = allura/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = allura/i18n/allura.pot
width = 80
keywords = l_
[init_catalog]
domain = allura
input_file = allura/i18n/allura.pot
output_dir = allura/i18n
[update_catalog]
domain = allura
input_file = allura/i18n/allura.pot
output_dir = allura/i18n
previous = true
[coverage:run]
parallel=true
concurrency=multiprocessing
source=allura,../AlluraTest/alluratest