File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ environment:
12
12
# /E:ON and /V:ON options are not enabled in the batch script intepreter
13
13
# See: http://stackoverflow.com/a/13751649/163740
14
14
CMD_IN_ENV : " cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd"
15
- CONDA_INSTALL_LOCN : " C:\\ conda"
16
15
# Workaround for https://github.com/conda/conda-build/issues/636
17
16
PYTHONIOENCODING : " UTF-8"
18
17
@@ -22,18 +21,22 @@ environment:
22
21
CONDA_PY : " 27"
23
22
CONDA_NPY : " 18"
24
23
PYTHON_VERSION : " 2.7"
24
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda"
25
25
- TARGET_ARCH : " x64"
26
26
CONDA_PY : " 27"
27
27
CONDA_NPY : " 18"
28
28
PYTHON_VERSION : " 2.7"
29
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda-x64"
29
30
- TARGET_ARCH : " x64"
30
31
CONDA_PY : " 34"
31
32
CONDA_NPY : " 110"
32
33
PYTHON_VERSION : " 3.4"
34
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda3-x64"
33
35
- TARGET_ARCH : " x64"
34
36
CONDA_PY : " 35"
35
37
CONDA_NPY : " 110"
36
38
PYTHON_VERSION : " 3.5"
39
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda35-x64"
37
40
38
41
39
42
# We always use a 64-bit machine, but can build x86 distributions
48
51
- cmd : " ECHO %PYTHON_VERSION% %CONDA_INSTALL_LOCN%"
49
52
50
53
install :
51
- - appveyor DownloadFile "https://raw.githubusercontent.com/pelson/Obvious-CI/master/bootstrap-obvious-ci-and-miniconda.py"
52
- - cmd : python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %TARGET_ARCH% %CONDA_PY:~0,1% --without-obvci
53
54
- cmd : set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
54
55
- cmd : set PYTHONUNBUFFERED=1
55
56
- cmd : conda install -c http://conda.anaconda.org/pelson/channel/development --yes --quiet obvious-ci
You can’t perform that action at this time.
0 commit comments