Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e27c67

Browse files
committed
Quiet AppVeyor pip/nuget installs
Reduce verbosity to make relevant information easier to find. Errors and Warnings are still displayed. Travis doesn't need this since they have log folding.
1 parent c99c5f2 commit 5e27c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ init:
2828
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
2929

3030
install:
31-
- pip install --upgrade -r requirements.txt
31+
- pip install --upgrade -r requirements.txt --quiet
3232

3333
# Install OpenCover. Can't put on `packages.config`, not Mono compatible
34-
- .\tools\nuget\nuget.exe install OpenCover -OutputDirectory packages
34+
- .\tools\nuget\nuget.exe install OpenCover -OutputDirectory packages -Verbosity quiet
3535

3636
build_script:
3737
# Create clean `sdist`. Only used for releases

0 commit comments

Comments
 (0)