From 4c2390573a5df99cb634a1ff880692cdf66fdbd0 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 1 May 2020 09:41:30 -0700 Subject: [PATCH] build macos in CI as well --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 67c0d1a2..4de8cd10 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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]