Skip to content

Commit

Permalink
CI: disable py3.4 build appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Aug 7, 2016
1 parent 142c796 commit 7e15923
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd"

matrix:
# https://github.com/conda/conda-build/issues/1001
# disabling 3.4 as windows complains upon compiling byte
# code
- PYTHON: "C:\\Python34_64"
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64"
CONDA_PY: "34"
CONDA_NPY: "19"

# disable python 3.4 ATM
#- PYTHON: "C:\\Python34_64"
# PYTHON_VERSION: "3.4"
# PYTHON_ARCH: "64"
# CONDA_PY: "34"
# CONDA_NPY: "19"

- PYTHON: "C:\\Python27_64"
PYTHON_VERSION: "2.7"
Expand Down Expand Up @@ -67,6 +66,9 @@ install:
- cmd: conda update -q conda

# fix conda-build version
# https://github.com/conda/conda-build/issues/1001
# disabling 3.4 as windows complains upon compiling byte
# code
- cmd: conda install conda-build=1.21.7
- cmd: conda config --set ssl_verify false

Expand Down

0 comments on commit 7e15923

Please sign in to comment.