X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=ad3eb318862cd1cc2fe2b1778348254eac2b07cd;hb=refs%2Fchanges%2F16%2F73816%2F2;hp=dc8e734f47bfac3651b4dfc69ace74a25bde7dc1;hpb=0c3131a7d5e8defe27b02c959a165a3affb47c43;p=releng%2Fbuilder.git diff --git a/tox.ini b/tox.ini index dc8e734f4..ad3eb3188 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = coala,docs,pep8,robot +envlist = coala,docs,pep8,prefix,robot skipsdist = true [testenv:coala] @@ -18,13 +18,16 @@ commands = coala --non-interactive [testenv:docs] -deps = sphinx +deps = -rdocs/requirements.txt commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:pep8] deps = flake8 commands = flake8 scripts/ +[testenv:prefix] +commands = ./check_prefix.sh + [testenv:robot] commands = ./check_robot.sh