object-api/tox.ini
Andreas Jaeger 72fd957448 Setup for openstack-doc-tools
Setup repository so that we can gate using the openstack-doc-tools
tools. Update documentation with details.

Change-Id: Iabc97bfd071d6d637d4b5cf83f34ff9852dfa62c
2014-01-07 20:13:55 +01:00

28 lines
647 B
INI

[tox]
minversion = 1.6
envlist = checkniceness,checksyntax,checkdeletions,checkbuild
skipsdist = True
[testenv]
setenv =
VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
deps = -r{toxinidir}/test-requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:checkniceness]
commands = openstack-doc-test --api-site --check-niceness {posargs}
[testenv:checksyntax]
commands = openstack-doc-test --api-site --check-syntax {posargs}
[testenv:checkdeletions]
commands = openstack-doc-test --api-site --check-deletions {posargs}
[testenv:checkbuild]
commands = openstack-doc-test --api-site --check-build {posargs}