Merge "Add tox-py35 job"

This commit is contained in:
Jenkins 2017-05-14 11:31:06 +00:00 committed by Gerrit Code Review
commit 68f9e2edf7
2 changed files with 12 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,7 @@
- hosts: all
vars:
run_tox_envlist: py35
roles:
- extra-test-setup
- revoke-sudo
- run-tox