File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ environment:
33
33
- BUILD_TYPE : " Release"
34
34
COMPILER : MSVC15
35
35
PLATFORM : " Win32"
36
- PYTHON_VERSION : 37
36
+ PYTHON_VERSION : 39
37
37
CONDA_INSTALL_LOCN : C:\\Miniconda36
38
38
WITH_MPFR : yes
39
39
WITH_MPC : yes
@@ -61,7 +61,7 @@ install:
61
61
- if [%COMPILER%]==[MSVC15] echo %PATH%
62
62
- if [%COMPILER%]==[MSVC15] if [%WITH_MPFR%]==[yes] conda install --yes mpfr=3.1.5
63
63
- if [%COMPILER%]==[MSVC15] if [%WITH_MPC%]==[yes] conda install --yes mpc=1.0.3
64
- - if [%COMPILER%]==[MSVC15] if [%WITH_LLVM%]==[yes] conda install --yes llvmdev=3.9
64
+ - if [%COMPILER%]==[MSVC15] if [%WITH_LLVM%]==[yes] conda install --yes llvmdev=4.0
65
65
66
66
- if [%COMPILER%]==[MinGW] set "PATH=C:\MinGW\bin;%PATH%"
67
67
- if [%COMPILER%]==[MinGW] mingw-get update
You can’t perform that action at this time.
0 commit comments