diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-12-01 16:46:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-12-01 16:46:56 +0000 |
commit | 227ec53c36adfd34c0e179c4979aeab2d40312b8 (patch) | |
tree | d887c07b6ef688633fb3957bf3e53e1ba39cc18a | |
parent | 30ace83b10423feaecedc081fa0a27a90125b997 (diff) | |
parent | b56e666dd5a60871ac8112dfaabe313761929d0c (diff) |
Merge "Make pep8 task run template generation"
-rw-r--r-- | tox.ini | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -11,7 +11,9 @@ deps = -r{toxinidir}/requirements.txt commands = {posargs} [testenv:pep8] -commands = python ./tools/yaml-validate.py . +commands = + python ./tools/process-templates.py + python ./tools/yaml-validate.py . [testenv:templates] -commands = python ./tools/process-templates.py . +commands = python ./tools/process-templates.py |