Add ensure-tox role to test job

The CI no longer provides us with preinstalled tox, we have to ensure that
it is present ourselves.

Change-Id: Ib8da29ca2156aafd89fec69db7910360efe266a2
This commit is contained in:
Jens Harbott 2021-04-26 09:25:51 +02:00
parent 4e5de6a91e
commit 421af4bca8
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
name: Run bashate against devstack master
roles:
- bindep
- role: ensure-tox
ensure_global_symlinks: true
tasks:
- shell: 'tox -e bashate'