From 8de9b1be5629d70a9ce777bb350db229724382d8 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 9 Nov 2019 16:00:35 +0200 Subject: [PATCH] Test on Python 3.8 --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f18ce0887..a6d856d91 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,6 +39,9 @@ jobs: py37-pluggymaster-xdist: python.version: '3.7' tox.env: 'py37-pluggymaster-xdist' + py38-xdist: + python.version: '3.8' + tox.env: 'py38-xdist' maxParallel: 10 steps: