X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=1429352c31009a9eaae7fb8f93b98685d19800db;hb=95d62ba8065ca3281fb2b6265411f6412fc67594;hp=dc8e734f47bfac3651b4dfc69ace74a25bde7dc1;hpb=b836e13b5900a9731060329f7c73ac8de01f8bff;p=releng%2Fbuilder.git diff --git a/tox.ini b/tox.ini index dc8e734f4..1429352c3 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,9 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs deps = flake8 commands = flake8 scripts/ +[testenv:prefix] +commands = ./check_prefix.sh + [testenv:robot] commands = ./check_robot.sh