X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=6f02ca0b8bd75c4c182c9f564a7151e9698a2768;hb=5cc8e3c94bdf62c5fd9838e4987d4e670d36f9ed;hp=840ce6a33ab02fb3615f2a9f6cf467451ac95b0c;hpb=1f7b5fda345b36dabf7b2d25dda840cba4db5a9c;p=barometer.git diff --git a/tox.ini b/tox.ini index 840ce6a3..6f02ca0b 100644 --- a/tox.ini +++ b/tox.ini @@ -17,3 +17,13 @@ whitelist_externals = echo basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck + +[testenv:docs-releasenotes] +basepython=python3 +deps = -rdocs/requirements.txt +commands = reno --rel-notes-dir docs/release/release-notes/ report + +[testenv:docs-create-note] +basepython = python3 +deps = -rdocs/requirements.txt +commands = reno --rel-notes-dir docs/release/release-notes/ new {posargs}