Add tox-py35 job
Create a tox-py35 job for python35 testing. Change-Id: Iedef6538ac8ac6acc74d5e0e34a56225b564df9c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
c5e55d75b3
commit
f983d5ca78
@ -40,6 +40,11 @@
|
||||
parent: tox
|
||||
run: tox/py27
|
||||
|
||||
- job:
|
||||
name: tox-py35
|
||||
parent: tox
|
||||
run: tox/py35
|
||||
|
||||
- job:
|
||||
name: tox-tarball
|
||||
parent: tox
|
||||
|
7
playbooks/tox/py35.yaml
Normal file
7
playbooks/tox/py35.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
- hosts: all
|
||||
vars:
|
||||
run_tox_envlist: py35
|
||||
roles:
|
||||
- extra-test-setup
|
||||
- revoke-sudo
|
||||
- run-tox
|
Loading…
x
Reference in New Issue
Block a user