Skip to content

Commit 211155e

Browse files
author
Benoit Hudson
committed
WIP - debug: turn off "quiet" so that I get an error message
I can't repro the error that appveyor is having on python34 at home.
1 parent 5e15b2c commit 211155e

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
@@ -39,10 +39,10 @@ init:
3939

4040
install:
4141
- python -m pip install -U pip
42-
- pip install --upgrade -r requirements.txt --quiet
42+
- pip install --upgrade -r requirements.txt
4343

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

4747
build_script:
4848
# Create clean `sdist`. Only used for releases

0 commit comments

Comments
 (0)