X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=1429352c31009a9eaae7fb8f93b98685d19800db;hb=b0ee3dcc9ba7c94a5969548f7e818894e65b05d9;hp=0dc233f8fd801fbb8358eee8fe2f2b9e61cfe137;hpb=4396c5c7c01b0d51535c6031a53e4c9b70957aec;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 +