diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-22 20:05:31 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-22 20:05:31 -0500 |
commit | 9c0f5ce5813954f9991a22611f288009bc296577 (patch) | |
tree | 0dadf2dc07d8efa4daf2a3746b20e2e1ba558ed7 /azure-pipelines.yml | |
parent | 5b19867cf1bd7fbe8a9fea424e67eb8b13c1795d (diff) | |
download | cmd2-git-9c0f5ce5813954f9991a22611f288009bc296577.tar.gz |
Add support for Python 3.8 release version on all platforms
Also:
- Try adding support for 3.9-dev on Travis
- Update to running flake8 for 3.8 instead of 3.7
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 |