Skip to content

Commit

Permalink
Removed ubuntu18_cpython and python36 as these are deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Chin Yeung Li <[email protected]>
  • Loading branch information
chinyeungli committed Aug 7, 2024
1 parent a36dcf4 commit 59e7a4c
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@

################################################################################
# We use Azure to run the full tests suites on Python 3.6 -> 3.10
# on Linux
################################################################################

jobs:

- template: etc/ci/azure-posix.yml
parameters:
job_name: ubuntu18_cpython
image_name: ubuntu-18.04
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
test_suites:
all: venv/bin/pytest -n 2 -vvs tests/

- template: etc/ci/azure-posix.yml
parameters:
job_name: ubuntu20_cpython
image_name: ubuntu-20.04
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
test_suites:
all: venv/bin/pytest -n 2 -vvs tests/
- template: etc/ci/azure-posix.yml
parameters:
job_name: ubuntu20_cpython
image_name: ubuntu-20.04
python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"]
test_suites:
all: venv/bin/pytest -n 2 -vvs tests/

0 comments on commit 59e7a4c

Please sign in to comment.