autonomic.gandi/setup.cfg
Luke Murphy a0374d8209
Some checks failed
continuous-integration/drone/push Build is failing
Try to unit test but give up for now
2020-03-28 17:55:36 +01:00

23 lines
326 B
INI

[tool:pytest]
testpaths = test
[flake8]
max-line-length = 80
[isort]
line_length = 80
multi_line_output = 3
skip = .venv, .tox
include_trailing_comma = True
[metadata]
name = library
author = decentral1se
version = 0.0.1
[options]
packages = find:
install_requires =
ansible >= 2.9.6, <= 2.10
gandi.cli >= 1.5, <= 2.0