Skip to content

Commit

Permalink
Don't build a conda package on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrudy committed May 17, 2017
1 parent 425f2d7 commit 2802ad3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2802ad3

Please sign in to comment.