summaryrefslogtreecommitdiffstats
path: root/tests/general/fixtures/matrix-axis003.yaml
blob: 4389e4495be3352c0d196ca7b8109b7ac6a99b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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