diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-01 23:24:25 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-01 23:24:25 +0000 |
commit | 6a72ef3f64f2694c98edecea6422ffbca3920283 (patch) | |
tree | f0ff2cf6c8d06fc8fac24d372ad1c4bc61e41bd6 /tox.ini | |
parent | 10dce17a8a0a1c9718d40a3e158e7d34cc31ebfe (diff) | |
parent | 5e0a7eee8ff9d45be17103cc2de9552a944a858b (diff) |
Merge "Validate that endpoint_map.yaml is up to date in the gate"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ commands = {posargs} [testenv:pep8] commands = python ./tools/process-templates.py + python ./network/endpoints/build_endpoint_map.py --check python ./tools/yaml-validate.py . [testenv:templates] |