Add coverage jobs for cloud-init for both supported Pythons.

Change-Id: I096a9f532635fb69d49672084686873ca3006db9
This commit is contained in:
Daniel Watkins 2015-06-12 14:57:20 +01:00
parent 2d191390e6
commit adf2051384
2 changed files with 10 additions and 0 deletions

View File

@ -4093,6 +4093,10 @@
jobs:
- python-jobs
- gate-{name}-tox-{envlist}:
envlist:
- py27-coverage
- py34-coverage
- project:
name: cloudbase-init

View File

@ -5753,6 +5753,12 @@ projects:
- name: merge-check
- name: python-jobs
- name: python3-jobs
check:
- gate-cloud-init-tox-py27-coverage
- gate-cloud-init-tox-py34-coverage
gate:
- gate-cloud-init-tox-py27-coverage
- gate-cloud-init-tox-py34-coverage
- name: stackforge/cloud-pydashie
template: