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 08f04ec commit 0fcebccCopy full SHA for 0fcebcc
appveyor.yml
@@ -97,7 +97,7 @@ install:
97
98
- set "PATH=C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;%PATH%"
99
- echo %PATH%
100
-- pip install nose pytest cython
+- pip install nose pytest cython setuptools
101
- if NOT [%WITH_NUMPY%]==[no] pip install numpy
102
- if NOT [%WITH_SYMPY%]==[no] pip install sympy
103
0 commit comments