From 66c40567f7413ccd0b2cdb2c1e825c0d36e85f41 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Mon, 4 May 2020 21:49:21 +0100 Subject: [PATCH] windows test --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 090b0e1..cfb8db1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,6 +44,9 @@ jobs: - macos: py36 name: py36_test + - windows: py37 + name: py37_test + - linux: py37 name: py37_test