Skip to content
Snippets Groups Projects
Commit 1077bbd9 authored by sousaedu's avatar sousaedu
Browse files

Adding release_notes to tox


Change-Id: Ic003e61f79dd967b2eabbf49bf82c3915f23976a
Signed-off-by: default avatarsousaedu <eduardo.sousa@canonical.com>
parent d236104d
Branches bug1511
No related merge requests found
Pipeline #444 passed with stage
in 6 minutes and 5 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment