|
1 | 1 | # NOTE: this file is auto-generated via ci/bootstrap.py (ci/templates/.appveyor.yml).
|
2 | 2 | version: '{branch}-{build}'
|
3 | 3 | build: off
|
| 4 | +image: |
| 5 | + - Visual Studio 2015 |
| 6 | + - Visual Studio 2019 |
4 | 7 | environment:
|
5 | 8 | matrix:
|
6 | 9 | - TOXENV: check
|
7 | 10 | - TOXENV: 'py27-pytest46-xdist127-coverage55'
|
8 | 11 | - TOXENV: 'py35-pytest46-xdist127-coverage55'
|
9 | 12 | - TOXENV: 'py36-pytest46-xdist127-coverage55,py36-pytest46-xdist133-coverage55,py36-pytest54-xdist133-coverage55,py36-pytest62-xdist202-coverage55'
|
10 | 13 | - TOXENV: 'py37-pytest46-xdist127-coverage55,py37-pytest46-xdist133-coverage55,py37-pytest54-xdist133-coverage55,py37-pytest62-xdist202-coverage55'
|
| 14 | + - TOXENV: 'py38-pytest46-xdist133-coverage55,py38-pytest54-xdist133-coverage55,py38-pytest62-xdist202-coverage55' |
| 15 | + - TOXENV: 'py39-pytest62-xdist202-coverage55' |
11 | 16 | - TOXENV: 'pypy-pytest46-xdist127-coverage55'
|
12 |
| - |
| 17 | + - TOXENV: 'pypy3-pytest46-xdist127-coverage55,pypy3-pytest46-xdist133-coverage55,pypy3-pytest54-xdist133-coverage55,pypy3-pytest62-xdist202-coverage55' |
| 18 | +matrix: |
| 19 | + exclude: |
| 20 | + - image: Visual Studio 2015 |
| 21 | + TOXENV: 'py27-pytest46-xdist127-coverage55' |
| 22 | + - image: Visual Studio 2019 |
| 23 | + TOXENV: 'py36-pytest46-xdist127-coverage55,py36-pytest46-xdist133-coverage55,py36-pytest54-xdist133-coverage55,py36-pytest62-xdist202-coverage55' |
| 24 | + - image: Visual Studio 2019 |
| 25 | + TOXENV: 'py37-pytest46-xdist127-coverage55,py37-pytest46-xdist133-coverage55,py37-pytest54-xdist133-coverage55,py37-pytest62-xdist202-coverage55' |
| 26 | + - image: Visual Studio 2019 |
| 27 | + TOXENV: 'py38-pytest46-xdist133-coverage55,py38-pytest54-xdist133-coverage55,py38-pytest62-xdist202-coverage55' |
| 28 | + - image: Visual Studio 2019 |
| 29 | + TOXENV: 'py39-pytest62-xdist202-coverage55' |
| 30 | + - image: Visual Studio 2019 |
| 31 | + TOXENV: 'pypy-pytest46-xdist127-coverage55' |
| 32 | + - image: Visual Studio 2019 |
| 33 | + TOXENV: 'pypy3-pytest46-xdist127-coverage55,pypy3-pytest46-xdist133-coverage55,pypy3-pytest54-xdist133-coverage55,pypy3-pytest62-xdist202-coverage55' |
13 | 34 | init:
|
14 | 35 | - ps: echo $env:TOXENV
|
15 | 36 | - ps: ls C:\Python*
|
|
0 commit comments