diff --git a/.zuul.yaml b/.zuul.yaml index ce750dd..af8fe96 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -10,6 +10,7 @@ - job: name: oslo-cookiecutter-tox-cookiecutter parent: tox + pre-run: playbooks/env_tox.yaml description: | Run tests for oslo-cookiecutter project. diff --git a/playbooks/env_tox.yaml b/playbooks/env_tox.yaml new file mode 100644 index 0000000..4a65eaa --- /dev/null +++ b/playbooks/env_tox.yaml @@ -0,0 +1,7 @@ +- hosts: all + tasks: + - name: Ensure tox is installed + include_role: + name: tox + vars: + ensure_global_symlinks: True