File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 6
6
- job :
7
7
strategy :
8
8
matrix :
9
+ Py35-Cython-Linux :
10
+ python.version : ' 3.5'
11
+ no_extensions : ' '
12
+ image : ' ubuntu-latest'
9
13
Py36-Cython-Linux :
10
14
python.version : ' 3.6'
11
15
no_extensions : ' '
@@ -18,6 +22,10 @@ stages:
18
22
python.version : ' 3.8'
19
23
no_extensions : ' '
20
24
image : ' ubuntu-latest'
25
+ Py35-Pure-Linux :
26
+ python.version : ' 3.5'
27
+ no_extensions : ' Y'
28
+ image : ' ubuntu-latest'
21
29
Py36-Pure-Linux :
22
30
python.version : ' 3.6'
23
31
no_extensions : ' Y'
@@ -34,6 +42,10 @@ stages:
34
42
# python.version: 'pypy3'
35
43
# no_extensions: 'Y'
36
44
# image: 'ubuntu-latest'
45
+ Py35-Cython-Win :
46
+ python.version : ' 3.5'
47
+ no_extensions : ' '
48
+ image : ' vs2017-win2016'
37
49
Py36-Cython-Win :
38
50
python.version : ' 3.6'
39
51
no_extensions : ' '
@@ -46,6 +58,10 @@ stages:
46
58
python.version : ' 3.8'
47
59
no_extensions : ' '
48
60
image : ' windows-latest'
61
+ Py35-Cython-Mac :
62
+ python.version : ' 3.5'
63
+ no_extensions : ' '
64
+ image : ' macos-latest'
49
65
Py36-Cython-Mac :
50
66
python.version : ' 3.6'
51
67
no_extensions : ' '
You can’t perform that action at this time.
0 commit comments