Added Zuul artifacts for builds

Change-Id: I586ffaed81e516f8f1806044f9191533404a5b3c
diff --git a/tox.ini b/tox.ini
index 1f4cb11..8d42a68 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,15 @@
     TERM
     STACK_NAME
 
+[testenv:build]
+deps =
+    ansible-core
+    pbr
+    pyyaml
+commands =
+    python3 {toxinidir}/tools/generate-galaxy-yml.py
+    ansible-galaxy collection build --force
+
 [testenv:molecule]
 deps =
     ansible