From: sousaedu Date: Wed, 14 Apr 2021 23:18:59 +0000 (+0200) Subject: Adding release_notes to tox X-Git-Tag: branch-sol006v331-start^0 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=1077bbd937c1dae05d27ea254fd640357a09b2ee Adding release_notes to tox Change-Id: Ic003e61f79dd967b2eabbf49bf82c3915f23976a Signed-off-by: sousaedu --- 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