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:
Paul Belanger 2017-05-12 15:10:42 -04:00
parent c5e55d75b3
commit f983d5ca78
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
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