Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 4c23905

Browse files
committed
build macos in CI as well
1 parent c42aee2 commit 4c23905

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ resources:
1717

1818
jobs:
1919
- template: job--pre-commit.yml@asottile
20+
- template: job--python-tox.yml@asottile
21+
parameters:
22+
toxenvs: [py27, py36]
23+
os: macos
24+
wheel_tags: true
2025
- template: job--python-tox.yml@asottile
2126
parameters:
2227
toxenvs: [py27]

0 commit comments

Comments
 (0)