Skip to content

Commit

Permalink
Merge pull request #239 from ARMmbed/fix-ci
Browse files Browse the repository at this point in the history
Fix ci errors
  • Loading branch information
Patater authored Oct 14, 2020
2 parents c2f0b32 + b8adb24 commit 0fd7791
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
linux_python_3_7:
python.version: "3.7"
imageName: ubuntu-16.04
sendCoverage: "false"
linux_python_3_8:
python.version: "3.8"
imageName: ubuntu-16.04
sendCoverage: "true"
mac_python_2_7:
python.version: "2.7"
Expand All @@ -51,6 +55,10 @@ jobs:
python.version: "3.7"
imageName: macOS-10.15
sendCoverage: "false"
mac_python_3_8:
python.version: "3.8"
imageName: macOS-10.15
sendCoverage: "false"
windows_python_2_7:
python.version: "2.7"
imageName: vs2017-win2016
Expand All @@ -67,6 +75,10 @@ jobs:
python.version: "3.7"
imageName: vs2017-win2016
sendCoverage: "false"
windows_python_3_8:
python.version: "3.8"
imageName: vs2017-win2016
sendCoverage: "false"
maxParallel: 10
pool:
vmImage: $(imageName)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def read(fname):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Embedded Systems',
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ coverage>=4,<5
coveralls>=1,<2
mock>=2,<4
pytest>=3,<5
wheel>=0.34

0 comments on commit 0fd7791

Please sign in to comment.