Skip to content

Commit ae02528

Browse files
authored
Merge pull request #314 from sass/macos
build macos in CI as well
2 parents c42aee2 + 4c23905 commit ae02528

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: azure-pipelines.yml

+5
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)