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 14bc2e2 commit 8a80fd5Copy full SHA for 8a80fd5
appveyor.yml
@@ -38,7 +38,9 @@ init:
38
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
39
40
install:
41
+ # Upgrade setuptools to find MSVC. Otherwise you get "error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat)."
42
- python -m pip install -U pip
43
+ - pip install --upgrade setuptools
44
- pip install --upgrade -r requirements.txt
45
46
# Install OpenCover. Can't put on `packages.config`, not Mono compatible
0 commit comments