X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=5c00a95a498d71972f1cc4084f8182aa7ea8e4ac;hb=refs%2Fchanges%2F26%2F11526%2F9;hp=c6504901272a5edd7d05fbd522095e4a18cdfd4a;hpb=8348393fab54da94964cd1069ab126e5d555ab07;p=osm%2FRO.git diff --git a/tox.ini b/tox.ini index c6504901..5c00a95a 100644 --- a/tox.ini +++ b/tox.ini @@ -34,8 +34,10 @@ parallel_show_output = true [testenv:release_notes] deps = reno skip_install = true +whitelist_externals = bash commands = reno new {posargs:new_feature} + bash -c "sed -i -e '1 e head -16 tox.ini' releasenotes/notes/{posargs:new_feature}*.yaml" #######################################################################################