Skip to content

Commit

Permalink
Merge pull request #314 from sass/macos
Browse files Browse the repository at this point in the history
build macos in CI as well
  • Loading branch information
asottile authored May 1, 2020
2 parents c42aee2 + 4c23905 commit ae02528
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ resources:

jobs:
- template: job--pre-commit.yml@asottile
- template: job--python-tox.yml@asottile
parameters:
toxenvs: [py27, py36]
os: macos
wheel_tags: true
- template: job--python-tox.yml@asottile
parameters:
toxenvs: [py27]
Expand Down

0 comments on commit ae02528

Please sign in to comment.