X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=1429352c31009a9eaae7fb8f93b98685d19800db;hb=95d62ba8065ca3281fb2b6265411f6412fc67594;hp=0dc233f8fd801fbb8358eee8fe2f2b9e61cfe137;hpb=a5acf5f01b091287a3cc41c9b89a916f7ef5a500;p=releng%2Fbuilder.git diff --git a/tox.ini b/tox.ini index 0dc233f8f..1429352c3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = coala,docs,pep8 +envlist = coala,docs,pep8,robot skipsdist = true [testenv:coala] @@ -24,3 +24,10 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs [testenv:pep8] deps = flake8 commands = flake8 scripts/ + +[testenv:prefix] +commands = ./check_prefix.sh + +[testenv:robot] +commands = ./check_robot.sh +