File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : ' '
You can’t perform that action at this time.
0 commit comments