File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ matrix:
87
87
- lrzip
88
88
89
89
install :
90
+ # Workaround till symengine C++ repo's script is fixed
91
+ - if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew uninstall cmake; fi
90
92
- export PYTHON_SOURCE_DIR=`pwd`
91
93
- export TEST_CPP="no"
92
94
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ environment:
17
17
COMPILER : MSVC15
18
18
PLATFORM : " x64"
19
19
PYTHON_VERSION : 35-x64
20
- - BUILD_TYPE : " Debug"
21
- COMPILER : MinGW
22
- PYTHON_VERSION : 27
23
- - BUILD_TYPE : " Release"
24
- COMPILER : MinGW
25
- PYTHON_VERSION : 35
20
+ # - BUILD_TYPE: "Debug"
21
+ # COMPILER: MinGW
22
+ # PYTHON_VERSION: 27
23
+ # - BUILD_TYPE: "Release"
24
+ # COMPILER: MinGW
25
+ # PYTHON_VERSION: 35
26
26
- BUILD_TYPE : " Release"
27
27
COMPILER : MinGW-w64
28
28
PYTHON_VERSION : 27-x64
You can’t perform that action at this time.
0 commit comments