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]