Mohammed Naser f026321abb Added base for KOPF operator, switching Memcache
Change-Id: I6fdd8c69c35480f3844787eb4d5275174be027ee
2020-04-16 14:10:30 -04:00

34 lines
555 B
INI

[tox]
minversion = 3.1.1
[testenv]
usedevelop = True
[testenv:update-zuul-jobs]
deps =
ruamel.yaml
commands =
{toxinidir}/hack/update-zuul-jobs.py
[testenv:linters]
basepython = python3.7
deps =
-rtest-requirements.txt
-rrequirements.txt
commands =
pylint openstack_operator
flake8 openstack_operator
[testenv:kopf]
deps =
-rrequirements.txt
commands =
kopf run {posargs}
[testenv:docs]
deps =
-r{toxinidir}/doc/requirements.txt
commands =
doc8 doc/source
sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html