Charmed-Kubernetes/etcd/hooks/relations/tls-certificates/tox.ini

18 lines
205 B
INI

[tox]
envlist = py3
skipsdist = true
[testenv]
basepython=python3
envdir={toxworkdir}/py3
deps=
pytest
charms.reactive
pydoc-markdown
[testenv:docs]
commands=python make_docs
[flake8]
ignore=E402