Skip to content

Commit 0fd7791

Browse files
authored
Merge pull request #239 from ARMmbed/fix-ci
Fix ci errors
2 parents c2f0b32 + b8adb24 commit 0fd7791

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
linux_python_3_7:
3535
python.version: "3.7"
3636
imageName: ubuntu-16.04
37+
sendCoverage: "false"
38+
linux_python_3_8:
39+
python.version: "3.8"
40+
imageName: ubuntu-16.04
3741
sendCoverage: "true"
3842
mac_python_2_7:
3943
python.version: "2.7"
@@ -51,6 +55,10 @@ jobs:
5155
python.version: "3.7"
5256
imageName: macOS-10.15
5357
sendCoverage: "false"
58+
mac_python_3_8:
59+
python.version: "3.8"
60+
imageName: macOS-10.15
61+
sendCoverage: "false"
5462
windows_python_2_7:
5563
python.version: "2.7"
5664
imageName: vs2017-win2016
@@ -67,6 +75,10 @@ jobs:
6775
python.version: "3.7"
6876
imageName: vs2017-win2016
6977
sendCoverage: "false"
78+
windows_python_3_8:
79+
python.version: "3.8"
80+
imageName: vs2017-win2016
81+
sendCoverage: "false"
7082
maxParallel: 10
7183
pool:
7284
vmImage: $(imageName)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def read(fname):
7676
'Programming Language :: Python :: 3.5',
7777
'Programming Language :: Python :: 3.6',
7878
'Programming Language :: Python :: 3.7',
79+
'Programming Language :: Python :: 3.8',
7980
'Programming Language :: Python',
8081
'Topic :: Software Development :: Build Tools',
8182
'Topic :: Software Development :: Embedded Systems',

test_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ coverage>=4,<5
22
coveralls>=1,<2
33
mock>=2,<4
44
pytest>=3,<5
5+
wheel>=0.34

0 commit comments

Comments
 (0)