Skip to content

Commit 6f406e2

Browse files
authored
Test on Python 3.5 as well (#388)
1 parent e614f7d commit 6f406e2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.azure-pipelines/stage-test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ stages:
66
- job:
77
strategy:
88
matrix:
9+
Py35-Cython-Linux:
10+
python.version: '3.5'
11+
no_extensions: ''
12+
image: 'ubuntu-latest'
913
Py36-Cython-Linux:
1014
python.version: '3.6'
1115
no_extensions: ''
@@ -18,6 +22,10 @@ stages:
1822
python.version: '3.8'
1923
no_extensions: ''
2024
image: 'ubuntu-latest'
25+
Py35-Pure-Linux:
26+
python.version: '3.5'
27+
no_extensions: 'Y'
28+
image: 'ubuntu-latest'
2129
Py36-Pure-Linux:
2230
python.version: '3.6'
2331
no_extensions: 'Y'
@@ -34,6 +42,10 @@ stages:
3442
# python.version: 'pypy3'
3543
# no_extensions: 'Y'
3644
# image: 'ubuntu-latest'
45+
Py35-Cython-Win:
46+
python.version: '3.5'
47+
no_extensions: ''
48+
image: 'vs2017-win2016'
3749
Py36-Cython-Win:
3850
python.version: '3.6'
3951
no_extensions: ''
@@ -46,6 +58,10 @@ stages:
4658
python.version: '3.8'
4759
no_extensions: ''
4860
image: 'windows-latest'
61+
Py35-Cython-Mac:
62+
python.version: '3.5'
63+
no_extensions: ''
64+
image: 'macos-latest'
4965
Py36-Cython-Mac:
5066
python.version: '3.6'
5167
no_extensions: ''

0 commit comments

Comments
 (0)