Merge pull request #72 from asottile/pypy3_ci

re-enable pypy3 testing
This commit is contained in:
Anthony Sottile
2020-05-27 15:48:20 -07:00
committed by GitHub

View File

@@ -10,11 +10,11 @@ resources:
type: github
endpoint: github
name: asottile/azure-pipeline-templates
ref: refs/tags/v1.0.0
ref: refs/tags/v2.0.0
jobs:
- template: job--pre-commit.yml@asottile
- template: job--python-tox.yml@asottile
parameters:
toxenvs: [py36, py37, py38, py39]
toxenvs: [pypy3, py36, py37, py38, py39]
os: linux