Merge "Add tox-py35 job"
This commit is contained in:
commit
68f9e2edf7
@ -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