We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bf221 commit 8b6642cCopy full SHA for 8b6642c
appveyor.yml
@@ -81,7 +81,8 @@ install:
81
82
- set PATH=C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;%PATH%
83
- pip install nose pytest
84
-- pip install --install-option="--no-cython-compile" cython
+- if [%COMPILER%]==[MinGW-w64] pip install --install-option="--no-cython-compile" cython=0.26
85
+- if NOT [%COMPILER%]==[MinGW-w64] pip install --install-option="--no-cython-compile" cython
86
- if NOT [%WITH_NUMPY%]==[no] pip install numpy
87
- if NOT [%WITH_SYMPY%]==[no] pip install sympy
88
0 commit comments