mirror of
https://opendev.org/openstack/governance.git
synced 2026-01-16 23:00:30 +00:00
Add tox env for validate_tags script
This way the script can be run as: $tox -e validate Change-Id: Ia90bd02ab2e20dd99d613f91c9cd6b92eb9d94d8
This commit is contained in:
parent
55415bf5f9
commit
fd6d0691e3
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
tox.ini
|
|
@ -15,3 +15,6 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue