From 766b498f4cc3148c32d3336486efbac8837f3d79 Mon Sep 17 00:00:00 2001 From: FEYgHUB Date: Sun, 16 Feb 2020 14:38:10 -0700 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9f5a94b7a..ab6116054 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,8 @@ strategy: matrix: Python36: python.version: '3.6' + Python37: + python.version: '3.7' steps: - task: UsePythonVersion@0