summaryrefslogtreecommitdiff
path: root/.appveyor.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-23 18:26:47 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-23 18:26:47 +0200
commita606604becebe259837b5793d6984122fbb153bd (patch)
tree97152349f9e49cf96c65c2e77ed443dfda1b6b3c /.appveyor.yaml
parent5ca212cf8af6524671ccf4527e6421854537cdac (diff)
downloadruamel.yaml-a606604becebe259837b5793d6984122fbb153bd.tar.gz
appveyor changes
Diffstat (limited to '.appveyor.yaml')
-rw-r--r--.appveyor.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index 732d393..bd709b0 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -17,8 +17,7 @@ environment:
install:
- |
- %PYTHON%\python.exe -m pip install --upgrade pip
- %PYTHON%\python.exe -m pip install wheel
+ %PYTHON%\python.exe -m pip install --upgrade -q pip wheel
%PYTHON%\python.exe -m pip list --format columns
# only used when compiling (for Python with C extensions this is done in the after_test)