X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=1f08557af6439aa72a091dd8f1435cf641dc5b2e;hb=10ec6fe1fd87f1f7fdcd5ed02ed3e4e39fbf253d;hp=dc8e734f47bfac3651b4dfc69ace74a25bde7dc1;hpb=0c3131a7d5e8defe27b02c959a165a3affb47c43;p=releng%2Fbuilder.git diff --git a/tox.ini b/tox.ini index dc8e734f4..1f08557af 100644 --- a/tox.ini +++ b/tox.ini @@ -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