diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-23 11:43:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 11:43:41 -0500 |
commit | 2646e3d95452ceb75a70bd8075be35a8b850ded0 (patch) | |
tree | 374dc1cde6986c08d675325c9823141f29cdd5f9 /azure-pipelines.yml | |
parent | 5b19867cf1bd7fbe8a9fea424e67eb8b13c1795d (diff) | |
parent | 30e9ca53f2ebf7f4cd93724779ab503ca40c50fd (diff) | |
download | cmd2-git-2646e3d95452ceb75a70bd8075be35a8b850ded0.tar.gz |
Merge pull request #853 from python-cmd2/python_38
Upgrade Travis and AzurePipelines to use release version of Python 3.8
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a05153b..bb913210 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,9 @@ jobs: Python37: python.version: '3.7' TOXENV: 'py37' + Python38: + python.version: '3.8' + TOXENV: 'py38' # Increase the maxParallel value to simultaneously run the job for all versions in the matrix (max 10 for free open-source) maxParallel: 4 |