diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..5d30f83b --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,15 @@ +- project: + check: + jobs: + - heat-translator-tox-py27-tp: + voting: false + +- job: + name: heat-translator-tox-py27-tp + parent: openstack-tox + description: | + Run tests for heat-translator project. + + Uses tox with the ``py27-tp`` environment. + vars: + tox_envlist: py27-tp