Create a tox-py35 job for python35 testing. Change-Id: Iedef6538ac8ac6acc74d5e0e34a56225b564df9c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
8 lines
111 B
YAML
8 lines
111 B
YAML
- hosts: all
|
|
vars:
|
|
run_tox_envlist: py35
|
|
roles:
|
|
- extra-test-setup
|
|
- revoke-sudo
|
|
- run-tox
|