Merge "Add "clean" tox target"
This commit is contained in:
commit
3848aea06e
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