re-enable pypy3 testing

This commit is contained in:
Anthony Sottile
2020-05-27 15:33:31 -07:00
parent dca410dd44
commit dd19b26fa2

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