.appveyor.yml: upgrade setuptools

This commit is contained in:
Cosimo Lupo 2016-08-14 15:07:31 +01:00
parent a502694d14
commit 113e1bd0df

View File

@ -48,8 +48,8 @@ install:
- "python --version" - "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
# upgrade pip to avoid out-of-date warnings # upgrade pip and setuptools to avoid out-of-date warnings
- "python -m pip install --disable-pip-version-check --user --upgrade pip" - "python -m pip install --disable-pip-version-check --user --upgrade pip setuptools"
- "python -m pip --version" - "python -m pip --version"
# install the dependencies to run the tests # install the dependencies to run the tests