Skip to content

Commit

Permalink
provision pypy3 on pypy
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Feb 13, 2020
1 parent 43846a3 commit eeb7b71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -55,7 +55,12 @@ jobs:
coverage:
with_toxenv: 'coverage' # generate .tox/.coverage, .tox/coverage.xml after test run
for_envs: [py38, py37, py36, py35, py27, pypy3, pypy]

before:
- task: UsePythonVersion@0
condition: and(succeeded(), in(variables['TOXENV'], 'pypy'))
displayName: provision pypy 3
inputs:
versionSpec: 'pypy3'
- ${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}:
- template: publish-pypi.yml@tox
parameters:
Expand Down

0 comments on commit eeb7b71

Please sign in to comment.