Skip to content

Commit

Permalink
CI: Try simple pypy3 template job add
Browse files Browse the repository at this point in the history
Part of #81
  • Loading branch information
bskinn committed Sep 8, 2019
1 parent d93a361 commit ce442d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
spec: '3.7'
images: [linux, windows, macOs]

- template: azure-job.yml
parameters:
pythons:
pypy3:
spec: 'pypy3'
images: [linux]

- job: flake8
pool:
vmImage: 'Ubuntu-16.04'
Expand Down

0 comments on commit ce442d1

Please sign in to comment.