build swagger docs as part of CI

This commit is contained in:
Ryan Petrello
2018-10-10 09:37:36 -04:00
parent 535e16c6cf
commit f87a09c46a
3 changed files with 13 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ envlist =
ui-lint,
api,
ui,
swagger,
[testenv]
;basepython = python2.7
@@ -61,3 +62,11 @@ commands =
make clean-ui
make ui-devel
make ui-test-ci
[testenv:swagger]
deps =
nodeenv
commands =
make docker-compose-build
make docker-compose-build-swagger