summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2020-01-21 09:47:44 +0200
committerGitHub <noreply@github.com>2020-01-21 09:47:44 +0200
commit16f5a1d3b76e8947f2260aacc8de895e24b9a3e4 (patch)
tree3ea42c5d7d1435cf9e7d86dba038ce1f9592e9a0
parent086085b3724e97c1c21fe67be9cdd6f31e179856 (diff)
parent5a9728df02fd1118e8908cc77915a65505703994 (diff)
downloadzope-i18nmessageid-16f5a1d3b76e8947f2260aacc8de895e24b9a3e4.tar.gz
Merge pull request #21 from zopefoundation/fix-appveyor
Fix Appveyor build failures
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fd5033a..dffaf01 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,7 +29,7 @@ install:
- pip install -e .[test]
build_script:
- - pip install wheel
+ - pip install -U setuptools wheel
- python -W ignore setup.py -q bdist_wheel
test_script: