File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 34
34
linux_python_3_7 :
35
35
python.version : " 3.7"
36
36
imageName : ubuntu-16.04
37
+ sendCoverage : " false"
38
+ linux_python_3_8 :
39
+ python.version : " 3.8"
40
+ imageName : ubuntu-16.04
37
41
sendCoverage : " true"
38
42
mac_python_2_7 :
39
43
python.version : " 2.7"
51
55
python.version : " 3.7"
52
56
imageName : macOS-10.15
53
57
sendCoverage : " false"
58
+ mac_python_3_8 :
59
+ python.version : " 3.8"
60
+ imageName : macOS-10.15
61
+ sendCoverage : " false"
54
62
windows_python_2_7 :
55
63
python.version : " 2.7"
56
64
imageName : vs2017-win2016
67
75
python.version : " 3.7"
68
76
imageName : vs2017-win2016
69
77
sendCoverage : " false"
78
+ windows_python_3_8 :
79
+ python.version : " 3.8"
80
+ imageName : vs2017-win2016
81
+ sendCoverage : " false"
70
82
maxParallel : 10
71
83
pool :
72
84
vmImage : $(imageName)
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ def read(fname):
76
76
'Programming Language :: Python :: 3.5' ,
77
77
'Programming Language :: Python :: 3.6' ,
78
78
'Programming Language :: Python :: 3.7' ,
79
+ 'Programming Language :: Python :: 3.8' ,
79
80
'Programming Language :: Python' ,
80
81
'Topic :: Software Development :: Build Tools' ,
81
82
'Topic :: Software Development :: Embedded Systems' ,
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ coverage>=4,<5
2
2
coveralls>=1,<2
3
3
mock>=2,<4
4
4
pytest>=3,<5
5
+ wheel>=0.34
You can’t perform that action at this time.
0 commit comments