Skip to content

Commit

Permalink
astropy import
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolgyes committed Mar 3, 2018
1 parent 470fb57 commit ee5a947
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
environment:
matrix:
- PYTHON: "C:\\Python27"
MINICONDA: "C:\\Miniconda"
- PYTHON: "C:\\Python34"
MINICONDA: "C:\\Miniconda34"
- PYTHON: "C:\\Python35"
MINICONDA: "C:\\Miniconda35"
- PYTHON: "C:\\Python36"
MINICONDA: "C:\\Miniconda36"
global:
PYTHON: "C:\\conda"
MINICONDA_VERSION: "latest"
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci-helpers\\appveyor\\windows_sdk.cmd"
PYTHON_ARCH: "64" # needs to be set for CMD_IN_ENV to succeed. If a mix
# of 32 bit and 64 bit builds are needed, move this
# to the matrix section.
CONDA_DEPENDENCIES: "Cython scipy numpy scikit-image"

matrix:
- PYTHON_VERSION: "2.7"
NUMPY_VERSION: "stable"
- PYTHON_VERSION: "3.4"
NUMPY_VERSION: "stable"
- PYTHON_VERSION: "3.5"
NUMPY_VERSION: "stable"
- PYTHON_VERSION: "3.6"
NUMPY_VERSION: "stable"

matrix:
fast_finish: true

platform:
-x64

install:
- "git clone --depth 1 git://github.com/astropy/ci-helpers.git"
Expand Down

0 comments on commit ee5a947

Please sign in to comment.