Skip to content

Commit

Permalink
build macos in CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed May 1, 2020
1 parent c42aee2 commit 4c23905
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 4c23905

Please sign in to comment.