Skip to content

Commit 7e15923

Browse files
committed
CI: disable py3.4 build appveyor
1 parent 142c796 commit 7e15923

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

appveyor.yml

+10-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ environment:
1616
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd"
1717

1818
matrix:
19-
# https://github.com/conda/conda-build/issues/1001
20-
# disabling 3.4 as windows complains upon compiling byte
21-
# code
22-
- PYTHON: "C:\\Python34_64"
23-
PYTHON_VERSION: "3.4"
24-
PYTHON_ARCH: "64"
25-
CONDA_PY: "34"
26-
CONDA_NPY: "19"
19+
20+
# disable python 3.4 ATM
21+
#- PYTHON: "C:\\Python34_64"
22+
# PYTHON_VERSION: "3.4"
23+
# PYTHON_ARCH: "64"
24+
# CONDA_PY: "34"
25+
# CONDA_NPY: "19"
2726

2827
- PYTHON: "C:\\Python27_64"
2928
PYTHON_VERSION: "2.7"
@@ -67,6 +66,9 @@ install:
6766
- cmd: conda update -q conda
6867

6968
# fix conda-build version
69+
# https://github.com/conda/conda-build/issues/1001
70+
# disabling 3.4 as windows complains upon compiling byte
71+
# code
7072
- cmd: conda install conda-build=1.21.7
7173
- cmd: conda config --set ssl_verify false
7274

0 commit comments

Comments
 (0)