From 4529ee5eadc52bab37396e32b9f8d0094748ebce Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Sat, 2 Feb 2019 06:59:36 -0800 Subject: [PATCH] Add Python 3.7 to AppVeyor --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 018e80eb..c90f027e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,6 +14,10 @@ environment: COVERAGE_PROCESS_START: gluon/tests/coverage.ini PYTHON_ARCH: "64" + - PYTHON: "C:/Python37" + COVERAGE_PROCESS_START: gluon/tests/coverage.ini + PYTHON_ARCH: "64" + clone_depth: 50 init: