summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-07-16 11:52:26 +0000
committerGerrit Code Review <review@openstack.org>2019-07-16 11:52:26 +0000
commit26e6d99e7cde636ec38ded35596bceb240c327d1 (patch)
tree9ad530e4b90df41fb13f04fad69ee300f01d8481 /tox.ini
parent9a628fc451a8de2946ee3f40ec262dba5786d5ad (diff)
parent85616c4c09fff46e044efdcefaa0424c768da978 (diff)
downloadzuul-26e6d99e7cde636ec38ded35596bceb240c327d1.tar.gz
Merge "web: add OpenAPI documentation"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a80281a2b..3ff647d0f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -54,6 +54,7 @@ install_command = pip install {opts} {packages}
commands =
flake8 {posargs}
mypy --ignore-missing-imports zuul
+ openapi-spec-validator web/public/openapi.yaml
[testenv:cover]
setenv =