Add "clean" tox target
This uses the -c parameter to process-templates.py to clean the generated templates in the local repo. Change-Id: Ib105f60a1e54a6d6372d00bb2db6a9b378b2176e
This commit is contained in:
parent
34b7a81f07
commit
f66df2ec12
3
tox.ini
3
tox.ini
@ -28,6 +28,9 @@ commands =
|
|||||||
[testenv:templates]
|
[testenv:templates]
|
||||||
commands = python ./tools/process-templates.py
|
commands = python ./tools/process-templates.py
|
||||||
|
|
||||||
|
[testenv:clean]
|
||||||
|
commands = python ./tools/process-templates.py -c
|
||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
commands = bash -c tools/releasenotes_tox.sh
|
commands = bash -c tools/releasenotes_tox.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user