Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Use Python 3.7 for tox envs that don't start with py #20

Merged
merged 1 commit into from Jul 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions job--python-tox.yml
Expand Up @@ -33,6 +33,9 @@ jobs:
${{ if or(eq(env, 'py38'), startsWith(env, 'py38-')) }}:
py: '3.7'
ispy38: true
# Use Python 3.7 by default for toxenvs that don't start with 'py'
${{ if not(startsWith(env, 'py')) }}:
py: '3.7'

pool:
${{ if eq(parameters.os, 'linux') }}:
Expand Down