appveyor: use setuptools==28.8.0 since 29.0.0 doesn’t install cli-{32,64}.exe and other binaries

This commit is contained in:
moyogo 2016-11-26 09:25:19 +00:00 committed by Denis Moyogo Jacquerye
parent 400e8e8dd0
commit ea92dd75f1

View File

@ -49,7 +49,9 @@ install:
- "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
# upgrade pip and setuptools 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 setuptools" - "python -m pip install --disable-pip-version-check --user --upgrade pip"
# use setuptools 28.8.0 while 29.0.0 is broken
- "python -m pip install --disable-pip-version-check --user --upgrade setuptools==28.8.0"
- "python -m pip --version" - "python -m pip --version"
# install the dependencies to run the tests # install the dependencies to run the tests