From 113e1bd0dfc4cb3d24bc8cc575fc21da9703193a Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Sun, 14 Aug 2016 15:07:31 +0100 Subject: [PATCH] .appveyor.yml: upgrade setuptools --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4e53701fc..84e0c7a76 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -48,8 +48,8 @@ install: - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - # upgrade pip to avoid out-of-date warnings - - "python -m pip install --disable-pip-version-check --user --upgrade pip" + # upgrade pip and setuptools to avoid out-of-date warnings + - "python -m pip install --disable-pip-version-check --user --upgrade pip setuptools" - "python -m pip --version" # install the dependencies to run the tests