|
7 | 7 |
|
8 | 8 | jobs:
|
9 | 9 |
|
10 |
| - - template: etc/ci/azure-posix.yml |
11 |
| - parameters: |
12 |
| - job_name: ubuntu16_cpython |
13 |
| - image_name: ubuntu-16.04 |
14 |
| - python_versions: ['3.6', '3.7', '3.8', '3.9'] |
15 |
| - test_suites: |
16 |
| - all: venv/bin/pytest -vvs |
17 |
| - |
18 | 10 | - template: etc/ci/azure-posix.yml
|
19 | 11 | parameters:
|
20 | 12 | job_name: ubuntu18_cpython
|
21 | 13 | image_name: ubuntu-18.04
|
22 |
| - python_versions: ['3.6', '3.7', '3.8', '3.9'] |
| 14 | + python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
23 | 15 | test_suites:
|
24 | 16 | all: venv/bin/pytest -n 2 -vvs
|
25 | 17 |
|
26 | 18 | - template: etc/ci/azure-posix.yml
|
27 | 19 | parameters:
|
28 | 20 | job_name: ubuntu20_cpython
|
29 | 21 | image_name: ubuntu-20.04
|
30 |
| - python_versions: ['3.6', '3.7', '3.8', '3.9'] |
| 22 | + python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
31 | 23 | test_suites:
|
32 | 24 | all: venv/bin/pytest -n 2 -vvs
|
33 | 25 |
|
34 | 26 | - template: etc/ci/azure-posix.yml
|
35 | 27 | parameters:
|
36 | 28 | job_name: macos1014_cpython
|
37 | 29 | image_name: macos-10.14
|
38 |
| - python_versions: ['3.6', '3.7', '3.8', '3.9'] |
| 30 | + python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
39 | 31 | test_suites:
|
40 | 32 | all: venv/bin/pytest -n 2 -vvs
|
41 | 33 |
|
42 | 34 | - template: etc/ci/azure-posix.yml
|
43 | 35 | parameters:
|
44 | 36 | job_name: macos1015_cpython
|
45 | 37 | image_name: macos-10.15
|
46 |
| - python_versions: ['3.6', '3.7', '3.8', '3.9'] |
| 38 | + python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
47 | 39 | test_suites:
|
48 | 40 | all: venv/bin/pytest -n 2 -vvs
|
49 | 41 |
|
50 | 42 | - template: etc/ci/azure-win.yml
|
51 | 43 | parameters:
|
52 | 44 | job_name: win2016_cpython
|
53 | 45 | image_name: vs2017-win2016
|
54 |
| - python_versions: ['3.6', '3.7', '3.8', '3.9'] |
| 46 | + python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
55 | 47 | test_suites:
|
56 | 48 | all: venv\Scripts\pytest -n 2 -vvs
|
57 | 49 |
|
58 | 50 | - template: etc/ci/azure-win.yml
|
59 | 51 | parameters:
|
60 | 52 | job_name: win2019_cpython
|
61 | 53 | image_name: windows-2019
|
62 |
| - python_versions: ['3.6', '3.7', '3.8', '3.9'] |
| 54 | + python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] |
63 | 55 | test_suites:
|
64 | 56 | all: venv\Scripts\pytest -n 2 -vvs
|
0 commit comments