From f66df2ec12254b26b14fec68b09d0b21fe483329 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 13 Dec 2017 17:11:31 -0600 Subject: [PATCH] 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 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index bf463d2a9c..746ffe5297 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,9 @@ commands = [testenv:templates] commands = python ./tools/process-templates.py +[testenv:clean] +commands = python ./tools/process-templates.py -c + [testenv:releasenotes] commands = bash -c tools/releasenotes_tox.sh