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:
parent
4e5de6a91e
commit
421af4bca8
@ -2,6 +2,8 @@
|
|||||||
name: Run bashate against devstack master
|
name: Run bashate against devstack master
|
||||||
roles:
|
roles:
|
||||||
- bindep
|
- bindep
|
||||||
|
- role: ensure-tox
|
||||||
|
ensure_global_symlinks: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- shell: 'tox -e bashate'
|
- shell: 'tox -e bashate'
|
||||||
|
Loading…
Reference in New Issue
Block a user