From 2802ad3f20c1516f99c4233f7d1e0f505eda4b95 Mon Sep 17 00:00:00 2001 From: Jason Rudy Date: Wed, 17 May 2017 15:22:48 -0700 Subject: [PATCH] Don't build a conda package on appveyor --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 24e9a1d..d419516 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -49,12 +49,6 @@ install: - "python setup.py build_ext --inplace --cythonize" - "python setup.py bdist_wheel bdist_wininst" - ps: "ls" - # build the conda package - - "conda build conda-recipe" - # Move the conda package into the dist 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 conda-recipe/move-conda-package.py conda-recipe" # Install the generated wheel package to test it - "pip install --pre --no-index --find-links dist/ py-earth"