From fd6d0691e38fbecf6edb88e15f2a21cdc52ea23f Mon Sep 17 00:00:00 2001 From: "Sean M. Collins" Date: Sun, 20 Dec 2015 15:16:49 -0500 Subject: [PATCH] Add tox env for validate_tags script This way the script can be run as: $tox -e validate Change-Id: Ia90bd02ab2e20dd99d613f91c9cd6b92eb9d94d8 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 803d15e3c..c6ea84271 100644 --- a/tox.ini +++ b/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