Skip to content

Commit

Permalink
Minor edits to appveyor.yml [skip ci].
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Dec 28, 2015
1 parent 0b5a684 commit 16d48ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@ environment:
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
CONDA_PY: "27"
CONDA_NPY: "19"

- PYTHON: "C:\\Miniconda3-x64"
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64"
CONDA_PY: "34"
CONDA_NPY: "19"

- PYTHON: "C:\\Miniconda35-x64"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"
CONDA_PY: "35"
CONDA_NPY: "19"

install:
- ECHO "Filesystem root:"
Expand All @@ -32,8 +29,7 @@ install:
- ECHO "Installed SDKs:"
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""

# This installs the appropriate Miniconda (Py2/Py3, 32/64 bit), and the
# necessary packages
# This upates conda and installs the necessary packages.
- powershell .\\appveyor\\install.ps1

# Prepend newly installed Python to the PATH of this build (this cannot be
Expand Down

0 comments on commit 16d48ef

Please sign in to comment.