jenkins-job-builder/tests/general/fixtures/matrix-axis003.yaml

16 lines
251 B
YAML

name: matrix-test003
project-type: matrix
axes:
- axis:
type: python
values:
- python-2.6
- python-2.7
- python-3.4
- axis:
type: tox
values:
- py26
- py27
- py34