Skip to content

Commit 31dd638

Browse files
committed
Fix appveyor.yml and add python 3.6
1 parent 735751e commit 31dd638

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ environment:
2222
WITH_MPFR: yes
2323
WITH_MPC: yes
2424
WITH_LLVM: yes
25+
- BUILD_TYPE: "Release"
26+
COMPILER: MSVC15
27+
PLATFORM: "x64"
28+
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
2529
# - BUILD_TYPE: "Debug"
2630
# COMPILER: MinGW
2731
# PYTHON_VERSION: 27
@@ -67,7 +71,7 @@ install:
6771
- if NOT [%COMPILER%]==[MSVC15] call symengine-cpp\bin\appveyor-download.cmd "https://raw.githubusercontent.com/symengine/dependencies/dcc10cce2133e2b57e61c5ced6120139bbcdfa20/python-libs-mingw32.7z" -FileName pylibs.7z
6872
- if NOT [%COMPILER%]==[MSVC15] 7z x -aoa -oC:\ pylibs.7z > NUL
6973

70-
- if [%COMPILER%]!=[MSVC15] set C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;PATH=%PATH%
74+
- if NOT [%COMPILER%]==[MSVC15] set C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;PATH=%PATH%
7175
- pip install nose pytest sympy
7276
- pip install --install-option="--no-cython-compile" cython
7377
- if NOT [%WITH_NUMPY%]==[no] pip install numpy

0 commit comments

Comments
 (0)