Adding release_notes to tox

Change-Id: Ic003e61f79dd967b2eabbf49bf82c3915f23976a
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
diff --git a/tox.ini b/tox.ini
index 61f96bd..7d0a3d2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,6 +31,14 @@
 
 
 #######################################################################################
+[testenv:release_notes]
+deps = reno
+skip_install = true
+commands =
+        reno new {posargs:new_feature}
+
+
+#######################################################################################
 [testenv:black]
 deps = black
 skip_install = true