File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,13 @@ environment:
16
16
CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci\\ run_with_env.cmd"
17
17
18
18
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"
27
26
28
27
- PYTHON : " C:\\ Python27_64"
29
28
PYTHON_VERSION : " 2.7"
@@ -67,6 +66,9 @@ install:
67
66
- cmd : conda update -q conda
68
67
69
68
# 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
70
72
- cmd : conda install conda-build=1.21.7
71
73
- cmd : conda config --set ssl_verify false
72
74
You can’t perform that action at this time.
0 commit comments