Mohammed Naser 08fc5bcea1 initial commit
Change-Id: I87aa6de6ab5c8311ad76396cf4b35396f88d8735
2019-07-31 14:56:13 -04:00

19 lines
348 B
INI

[tox]
minversion = 2.0
skipsdist = True
[testenv]
basepython = python3
[testenv:linters]
deps =
-r{toxinidir}/test-requirements.txt
commands =
ansible-lint playbooks/setup-everything.yml
[testenv:docs]
deps =
-r{toxinidir}/doc/requirements.txt
commands =
doc8 doc
sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html