.appveyor.yml: upgrade setuptools
This commit is contained in:
parent
a502694d14
commit
113e1bd0df
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user