Skip to content

Commit 0fcebcc

Browse files
authored
install setuptools on win
1 parent 08f04ec commit 0fcebcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ install:
9797

9898
- set "PATH=C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;%PATH%"
9999
- echo %PATH%
100-
- pip install nose pytest cython
100+
- pip install nose pytest cython setuptools
101101
- if NOT [%WITH_NUMPY%]==[no] pip install numpy
102102
- if NOT [%WITH_SYMPY%]==[no] pip install sympy
103103

0 commit comments

Comments
 (0)