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