# -*- coding: utf-8 -*- # # mslib.setup # ~~~~~~~~~~~ # # setup.cfg # # This file is part of mss. # # :copyright: Copyright 2016-2017 Reimar Bauer, Joern Ungermann # :copyright: Copyright 2016-2017 by the mss team, see AUTHORS. # :license: APACHE-2.0, see LICENSE for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com#pliance 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. # TODO: Check if everything is taylored to pyramid! [aliases] test=pytest [coverage:run] branch = True source = pyramid omit = tests/* [tool:pytest] addopts = --cov --flake8 flake8-max-line-length = 100 flake8-ignore = ALL # TODO: PEP8 deactivated by this line (remove at a later point)! E402 E124 E125 pyramid/__init__.py F401 doc/conf.py ALL scripts/*.py ALL