summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2018-10-10 15:37:36 +0200
committerRyan Petrello <rpetrell@redhat.com>2018-10-10 16:27:54 +0200
commitf87a09c46a3d46e885893a9e85158890265aaddd (patch)
tree8ef05705fa89ce10e12480fd5724b3b1b0385181 /tox.ini
parentMerge pull request #2396 from jakemcdermott/update-npm-install (diff)
downloadawx-f87a09c46a3d46e885893a9e85158890265aaddd.tar.xz
awx-f87a09c46a3d46e885893a9e85158890265aaddd.zip
build swagger docs as part of CI
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c996dc3c03..c93df46e98 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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