Adding release_notes to tox 41/10641/3 branch-ng-ro-refactor-start branch-sol006v331-start
authorsousaedu <eduardo.sousa@canonical.com>
Wed, 14 Apr 2021 23:18:59 +0000 (01:18 +0200)
committersousaedu <eduardo.sousa@canonical.com>
Tue, 20 Apr 2021 12:54:53 +0000 (14:54 +0200)
Change-Id: Ic003e61f79dd967b2eabbf49bf82c3915f23976a
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 61f96bd..7d0a3d2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,14 @@ deps =  -r{toxinidir}/requirements.txt
 parallel_show_output = true
 
 
 parallel_show_output = true
 
 
+#######################################################################################
+[testenv:release_notes]
+deps = reno
+skip_install = true
+commands =
+        reno new {posargs:new_feature}
+
+
 #######################################################################################
 [testenv:black]
 deps = black
 #######################################################################################
 [testenv:black]
 deps = black