From 10d47df635902339b526220a893421c83da6c896 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 1 Sep 2018 17:37:24 -0600 Subject: TST: Drop Python 3.4 testing * Drop Python 3.4 testing on travis and appveyor. * Move the DEBUG build to 3.5. * Document dropping 3.4 support in the release notes. --- .appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 99936267a..f5696e950 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,11 +20,6 @@ environment: NPY_NUM_BUILD_JOBS: 4 matrix: - - PYTHON: C:\Python34-x64 - PYTHON_VERSION: 3.4 - PYTHON_ARCH: 64 - TEST_MODE: fast - - PYTHON: C:\Python36 PYTHON_VERSION: 3.6 PYTHON_ARCH: 32 -- cgit v1.2.1