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 696676e commit ea09366Copy full SHA for ea09366
appveyor.yml
@@ -83,8 +83,7 @@ install:
83
84
- set "PATH=C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;%PATH%"
85
- echo %PATH%
86
-- pip install nose pytest
87
-- pip install --install-option="--no-cython-compile" cython
+- pip install nose pytest cython
88
- if NOT [%WITH_NUMPY%]==[no] pip install numpy
89
- if NOT [%WITH_SYMPY%]==[no] pip install sympy
90
0 commit comments