X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=tox.ini;h=7d0a3d2fd60904186016d923fb8d218579ab0ffe;hp=61f96bd853fafb594725ec22c66e561146584b79;hb=1953edcfd434436999d99b5d6c805d7fcecc80f8;hpb=becd083422f214e1480a8ecfadc748af2ea41703 diff --git a/tox.ini b/tox.ini index 61f96bd8..7d0a3d2f 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,14 @@ deps = -r{toxinidir}/requirements.txt parallel_show_output = true +####################################################################################### +[testenv:release_notes] +deps = reno +skip_install = true +commands = + reno new {posargs:new_feature} + + ####################################################################################### [testenv:black] deps = black