summaryrefslogtreecommitdiff
path: root/.appveyor.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-12 12:13:34 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-12 12:13:34 +0200
commit2ea4de43fe2e0160e27b605f2c65f33c5a2083d7 (patch)
treeddd268394e9fa05011585fd326cb4f635f0510a1 /.appveyor.yaml
parentae5b5638efc9f20c027aac28f52dbfe0fc955998 (diff)
downloadruamel.yaml-2ea4de43fe2e0160e27b605f2c65f33c5a2083d7.tar.gz
update to flake8==3.3.0 with --ignore F405
Diffstat (limited to '.appveyor.yaml')
-rw-r--r--.appveyor.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index d64dd1d..8968ef6 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -14,7 +14,10 @@ environment:
install:
- |
%PYTHON%\python.exe -m pip install --upgrade pip
- %PYTHON%\python.exe -m pip install wheel==0.24
+ %PYTHON%\python.exe -m pip install wheel
+ %PYTHON%\python.exe -m pip list
+
+# %PYTHON%\python.exe -m pip install wheel==0.24
build: off