From 80204335d827eb9ed4861e16634822bf9aa60912 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Fri, 26 Jul 2019 21:14:32 -0500 Subject: Remove python 2 from CI Python 2 support was dropped, there is not need to run tests in py2 --- .appveyor.yml | 9 --------- 1 file changed, 9 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 017cf120..2658d96e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,9 +5,6 @@ environment: CYGWIN64_GIT_PATH: "C:\\cygwin64\\bin;%GIT_DAEMON_PATH%" matrix: - - PYTHON: "C:\\Python27" - PYTHON_VERSION: "2.7" - GIT_PATH: "%GIT_DAEMON_PATH%" - PYTHON: "C:\\Python34-x64" PYTHON_VERSION: "3.4" GIT_PATH: "%GIT_DAEMON_PATH%" @@ -26,12 +23,6 @@ environment: MAYFAIL: "yes" GIT_PATH: "%GIT_DAEMON_PATH%" ## Cygwin - - PYTHON: "C:\\Miniconda-x64" - PYTHON_VERSION: "2.7" - IS_CONDA: "yes" - IS_CYGWIN: "yes" - MAYFAIL: "yes" - GIT_PATH: "%CYGWIN_GIT_PATH%" - PYTHON: "C:\\Python35-x64" PYTHON_VERSION: "3.5" IS_CYGWIN: "yes" -- cgit v1.2.3