summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2017-12-19 09:57:32 +0000
committerMatthieu Huin <mhuin@redhat.com>2019-06-12 22:35:13 +0200
commit85616c4c09fff46e044efdcefaa0424c768da978 (patch)
treed9f5a543f5b0105ac0688b741862078b0d58ac6c /tox.ini
parent1fab39cc4b131505adc23d19faf112981f122f01 (diff)
downloadzuul-85616c4c09fff46e044efdcefaa0424c768da978.tar.gz
web: add OpenAPI documentation
This change adds a swagger description of the REST API. The description is rendered in the sphinx user documentations and in the web interface. Change-Id: I753524f40a09874dab5952f14ab17025525bbab9
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 79d36f062..7289b4311 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 =