Skip to content
Snippets Groups Projects
Commit 102451d9 authored by Jan Caron's avatar Jan Caron
Browse files

Added setup.cfg for coverage!

parent 45a6ff1a
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,8 @@ before_script:
# you will overwrite your user's SSH config.
# - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" >> ~/.ssh/config'
# >> appends instead of overwriting
- echo -e "iffgit.fz-juelich.de $ID_RSA_JUTIL_PUB" >> ~/.ssh/known_hosts
#- echo -e "iffgit.fz-juelich.de $ID_RSA_JUTIL_PUB" >> ~/.ssh/known_hosts
- echo iffgit.fz-juelich.de,134.94.161.83 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk0Z9WQVPP3vwqSXa8RZFwGNrtwaJsE1cHmfUlrF0Fug1a1MBQI9q/ZgHOjE82Wu/lwO8VGnedk3Q//onw3JCpjL9I0Vmkcw0UBX3Cd7yM5RqIP87Ji44UPREQItWkWKOxKFYPXMLXon3Ef+R4oMegcTft/2Iq4lKugnPtdeFzJIF2ig1Uro3Vw6HM4bAr0+iOLuXL1LlM4JFNFcA/QwsvBbKsx25fpFUgyeIrUPNcra/m0vpW8ZrW/jiTK2HmQrjDcs/De2jCdGW6bsK6kd3Ks164tijwz4cOD/3JKjjzVChBBQe6bZVbAQVl5odO5wMS5A9wSe2Y8c4TmsAhobYj > ~/.ssh/known_hosts
- cat ~/.ssh/known_hosts
# Install jutil via secure ssh connection:
- pip install git+ssh://gitlab@iffgit.fz-juelich.de/unger/jutil.git
......
# -*- 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.
[aliases]
test=pytest
[coverage:run]
branch = True
source = pyrami
omit =
pyramid/tests/*
[tool:pytest]
addopts = --cov --flake8
flake8-max-line-length = 120
flake8-ignore =
E402 E124 E125
jutil/__init__.py F401
doc/conf.py ALL
scripts/*.py ALL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment