Skip to content

Commit 8a80fd5

Browse files
author
Benoit Hudson
committed
Upgrade setuptools on appveyor
I'm hoping this will allow finding MSVC for python 3.4?
1 parent 14bc2e2 commit 8a80fd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ init:
3838
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
3939

4040
install:
41+
# Upgrade setuptools to find MSVC. Otherwise you get "error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat)."
4142
- python -m pip install -U pip
43+
- pip install --upgrade setuptools
4244
- pip install --upgrade -r requirements.txt
4345

4446
# Install OpenCover. Can't put on `packages.config`, not Mono compatible

0 commit comments

Comments
 (0)