Skip to content

Commit

Permalink
Merge pull request #306 from tpaviot/appveyor-fix
Browse files Browse the repository at this point in the history
Appveyor fix for r0.17
  • Loading branch information
tpaviot authored Sep 22, 2016
2 parents d91fa9e + 69fe3f2 commit 3a2ee93
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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'

0 comments on commit 3a2ee93

Please sign in to comment.