From 69fe3f23ffe6f6dc04ce451be8405e333887e4bb Mon Sep 17 00:00:00 2001 From: tpaviot Date: Wed, 21 Sep 2016 16:32:33 +0200 Subject: [PATCH] Removed build for py34, removed call to move-package.py --- appveyor.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 951b1ef95..0f97265ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,18 +20,6 @@ environment: CONDA_PY: "27" CONDA_NPY: "18" - - PYTHON: "C:\\Python34_32" - PYTHON_VERSION: "3.4" - PYTHON_ARCH: "32" - CONDA_PY: "34" - CONDA_NPY: "18" - - - PYTHON: "C:\\Python34_64" - PYTHON_VERSION: "3.4" - PYTHON_ARCH: "64" - CONDA_PY: "34" - CONDA_NPY: "18" - - PYTHON: "C:\\Python35_32" PYTHON_VERSION: "3.5" PYTHON_ARCH: "32" @@ -65,11 +53,4 @@ test_script: # doesn't really work. # - "%CMD_IN_ENV% conda build .\\ci\\conda --quiet" - # Move the conda package into the current directory, to register it - # as an "artifact" for Appveyor. cmd.exe does't have good globbing, so - # we'll use a simple python script. - - python ci\move-conda-package.py -artifacts: - # Archive the generated conda package in the ci.appveyor.com build report. - - path: '*.tar.bz2'