From 64c42f758073fa64e0d744be5b5290b016e54880 Mon Sep 17 00:00:00 2001 From: Jim Steil Date: Wed, 6 May 2020 08:03:01 -0500 Subject: [PATCH] Update appveyor.yml Removed Python 3.5 checks per Leonel's recommendation --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a8918b2f..937db675 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,10 +10,6 @@ environment: COVERAGE_PROCESS_START: gluon/tests/coverage.ini PYTHON_ARCH: "64" - - PYTHON: "C:/Python35" - COVERAGE_PROCESS_START: gluon/tests/coverage.ini - PYTHON_ARCH: "64" - - PYTHON: "C:/Python36" COVERAGE_PROCESS_START: gluon/tests/coverage.ini PYTHON_ARCH: "64"