Charmed-Kubernetes/kubernetes-master/tox.ini

19 lines
260 B
INI

[tox]
envlist = py3
skipsdist = true
[testenv]
basepython=python3
envdir={toxworkdir}/py3
deps=
ipdb
pytest
charms.reactive
pydoc-markdown
# needed to prevent apt installs during import
netifaces
psutil
[testenv:docs]
commands=python make_docs