fd6d0691e3
This way the script can be run as: $tox -e validate Change-Id: Ia90bd02ab2e20dd99d613f91c9cd6b92eb9d94d8
21 lines
428 B
INI
21 lines
428 B
INI
[tox]
|
|
envlist = docs
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
usedevelop = True
|
|
install_command = pip install -U {opts} {packages}
|
|
setenv = VIRTUAL_ENV={envdir}
|
|
deps = -r{toxinidir}/test-requirements.txt
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|
|
|
|
[testenv:docs]
|
|
commands = python setup.py build_sphinx
|
|
{toxinidir}/tools/check_projects_yaml_alphabetized.sh
|
|
|
|
[testenv:validate]
|
|
commands = python tools/validate_tags.py
|